Loading Tool

Explorer IconExplorer

Memory Pool

83,654 transactions
31.35 vMB
0.12402405 BTC
Random Selection Loading Transactions
Max Size: 188.19/200 MB

Candidate Block

Mining Attempt a779d380259cb0b4c7b8e08938c7a12e0a9974b1af73a2d4c1a7bc7ffd2f2326
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 7aadf0b84398e555765a97386effbb7441d66c779807efbe7e560d238bc8981c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,129
Size: 1.00 vMB
Total Fees: 0.04842554 BTC
Feerates: 163.06 > 4.85 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (540,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,926 374,926 0000000000000000024aff1b521dcb63ab338a07284ac44c6c51c4c70f7a210c 2,996 1.00/1.00 vMB 15
374,925 374,925 000000000000000007cb6234310488ddaff758fcf2930c448ee532b7fd464305 1,543 0.95/1.00 vMB 30
374,924 374,924 0000000000000000087d546b8e6d369a5b5dac913f4d3a2756273685b43b5523 2,932 1.00/1.00 vMB 54
374,923 374,923 000000000000000012f6c35c00cdebd8f5748c78c9b6fc525fea83f02c00e540 913 0.75/1.00 vMB 18
374,922 374,922 000000000000000012fe502df409b40b85dc7b1f3f90e664e503ac40b24dbd77 507 0.22/1.00 vMB 38
374,921 374,921 0000000000000000045228733a97481cb6e34beaa5f8f93ca87918b6b54ea97e 1 0.00/1.00 vMB 0
374,920 374,920 000000000000000012e5244dd853fbd313d201430e0f4b4c77184fe81b707c9d 1 0.00/1.00 vMB 0
374,919 374,919 000000000000000005cf16d7bc99fcead7c51bc3c71c7d1a9cbed71e48c3b734 1,946 0.75/1.00 vMB 10
374,918 374,918 00000000000000000078a67c6e22daf1f45379f9063ad0dff2acea05a7294e51 624 0.34/1.00 vMB 39
374,917 374,917 0000000000000000093b4e14eaecf3ea54d8e99658bf2798aedfbeeb01ef9ed7 2,392 0.89/1.00 vMB 9
374,916 374,916 000000000000000004ae9fe1a9ef1a6bc36a3887570f79a78951b7a66077938a 3,819 0.95/1.00 vMB 17
374,915 374,915 00000000000000000d1b4d94588591f4eb990ec4b33c1274f6a8e34fc952f205 671 0.37/1.00 vMB 36
374,914 374,914 0000000000000000069178bfa568797cc5f574786da1d83f9f0214612faa7a2f 2,768 0.93/1.00 vMB 23
374,913 374,913 00000000000000000360fba205aa4a3e94035e19cf920c4ba8d79a92134e1ffc 699 0.38/1.00 vMB 33
374,912 374,912 000000000000000004a99f6a201ff738dadd39a58eeef307942306eb6b5345eb 1,683 0.73/1.00 vMB 43
374,911 374,911 00000000000000000c4b5bed6c987c692ef886464c7a70231e7b1fa37c558043 3,916 1.00/1.00 vMB 19
374,910 374,910 00000000000000000c15b9828f1af2fe06153886e0970ba3380475e08148f80b 376 0.18/1.00 vMB 31
374,909 374,909 0000000000000000034372418192daf86d9c69ae498bff0b68fe0fa8f2e0839c 473 0.24/1.00 vMB 34
374,908 374,908 000000000000000003f7729a16089192b07b454845ba18a353079b9e1763f3e2 1,513 0.93/1.00 vMB 17
374,907 374,907 000000000000000010eb4481391a850c510b5a8afdd8122266474e7a9b9eb462 1,866 0.87/1.00 vMB 43
374,906 374,906 000000000000000006b8049ca50ce54f2bc92a1b867c063b4528b597f5795389 1,826 0.75/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 697.08 GB
    • Received: 16.51 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.