Loading Tool

Explorer IconExplorer

Memory Pool

22,983 transactions
11.39 vMB
0.02535138 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.24/200 MB

Candidate Block

Mining Attempt ad23aa3378a8e66e38bd7cbc249719889406f27c282cad5f05b1ce1a95c94876
Version 20000000
Previous Block 00000000000000000000439e003c737af546768164335c5d7eb65d4636be6f69
Merkle Root 1dfc212388d2d8b82512353b3e9ac64c0f247262160c2feeb8ee1b970c7d62d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,343
Size: 0.9979575 1.00 vMB
Total Fees: 0.00671797 BTC
Feerates: 100.84 > 0.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,764 (897,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,995 15,995 000000009eee45a264b5f076ed39158247d907a998d0601415b53733ed269c1c 1 0.00/1.00 vMB 0
15,994 15,994 00000000e57cd12d8ace59b88b468c8275f25ae16062266dea9ef796903cfc82 1 0.00/1.00 vMB 0
15,993 15,993 0000000051c662442b470a4fe66f08c0030a584124b2fde72afa5b5c48a57b22 1 0.00/1.00 vMB 0
15,992 15,992 00000000cfe06f8c1f2de4d9ff6ce80f03f391ce0f407462468fa83b720df842 1 0.00/1.00 vMB 0
15,991 15,991 00000000c5327ca170472e96ea7e6d336d0501ea7f3d288563af42f868949f9d 1 0.00/1.00 vMB 0
15,990 15,990 0000000012c8480ad61c4f81918b832669cafe489380f90d6cad736b5fca5b77 1 0.00/1.00 vMB 0
15,989 15,989 00000000b9931088bb8e17158c4fc517bf54f33a75dd0664e4ff25fc823db35f 1 0.00/1.00 vMB 0
15,988 15,988 000000003c97da0065fa399ba636a82ac132cbbaca057ff80e151449e5fb5635 1 0.00/1.00 vMB 0
15,987 15,987 00000000507ad370b0578ee31ef32ffc93ae6383bde611e18f223d3d74dddc6c 1 0.00/1.00 vMB 0
15,986 15,986 0000000048bdded4d068d110c5d9b29429cec77039a700b174f40d0ef1477bcc 1 0.00/1.00 vMB 0
15,985 15,985 00000000d68e427f71620f27e300599d617d514f68b1bb1793a0c7760f290072 1 0.00/1.00 vMB 0
15,984 15,984 00000000dd55f0fea3460967e659c8473861022a5a6e21d69319792f411a312b 1 0.00/1.00 vMB 0
15,983 15,983 000000006840f51563c97750d475e548a71b86da23020faee352b98c24798d52 1 0.00/1.00 vMB 0
15,982 15,982 00000000f509ebde3eabd9ec47381ac20f4147a81e420c2e5cbc04c100916762 1 0.00/1.00 vMB 0
15,981 15,981 0000000026d44d77cb410072a26d39c34c625bf13f600f481c9394e98387094a 1 0.00/1.00 vMB 0
15,980 15,980 0000000016b9c3433ada4f656ef79bb21a171d2f288bafe2a83004fb6de7aed2 1 0.00/1.00 vMB 0
15,979 15,979 00000000748aa4c6d2edb8bf9a620ee2189cf1d0334e7aa49582ddeca8177c7c 1 0.00/1.00 vMB 0
15,978 15,978 00000000f3e04f481458430119f93d394c9aa876a6093131f4c8a7bfe4bec69a 1 0.00/1.00 vMB 0
15,977 15,977 000000005b3dee558875bf6c2ab4ace7f04619f9dab05d081893e792ace4f91b 1 0.00/1.00 vMB 0
15,976 15,976 000000001a2a51688bf5de2bfbb0027d21f5c413186a398a345033289f93edee 1 0.00/1.00 vMB 0
15,975 15,975 00000000947397a663d88dbc750caef5757f01abf4ef304ad12aed630e2bd548 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.21 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: 505.81 GB
    • Received: 4.05 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.