Loading Tool

Explorer IconExplorer

Memory Pool

21,209 transactions
10.60 vMB
0.04203646 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.81/200 MB

Candidate Block

Mining Attempt 96749fe4a9da8e4abaefedc0d8a18005e26b328499daa8e5547dc2276002fe8d
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root 645171cbcaa9a7a222d31b811171e4a2018ea60259fbe9d04c259501a5c01ae9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,110
Size: 1.00 vMB
Total Fees: 0.02444882 BTC
Median Feerate: 1.51 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (746,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,728 166,728 00000000000009d70529d36b9fa1f735de1402315862e68676719da926bd4388 37 0.02/1.00 vMB 79
166,727 166,727 000000000000013eecb03cf9c39c2af00bda6752fab8eb031dad3117cc0c082c 106 0.05/1.00 vMB 1,097
166,726 166,726 000000000000035848eebcefc4fa30eee87b8bcede452ee6e520ba788382c3b9 18 0.01/1.00 vMB 64
166,725 166,725 0000000000000bbd5bfdab6d1f80c8eeb5458683c10603772806e4ac91448f0d 88 0.04/1.00 vMB 98
166,724 166,724 0000000000000717fff6d00040ec8b6a44c15cccbe6ec0ef9f076ca220a7134d 138 0.05/1.00 vMB 97
166,723 166,723 0000000000000a56b4dff35485f5e42ebe518bcc60ea2b1f6f7bc3916e33ce9a 226 0.09/1.00 vMB 85
166,722 166,722 0000000000000055db724237ba2da51f8380d2df39aafda565dcf15e6e2b70ee 8 0.00/1.00 vMB 128
166,721 166,721 000000000000099db009728b96be2fb3e7b5a2d3fa9be043e913748286ee8422 5 0.00/1.00 vMB 73
166,720 166,720 000000000000019223fb56f4a4bf607d7049d7eeb70f603f822c9c772a7ee4ff 66 0.05/1.00 vMB 82
166,719 166,719 000000000000019b849a370faa9d693a0ab5bbdfd147d5b00290dec46fa3b7cc 136 0.05/1.00 vMB 13
166,718 166,718 00000000000005accb30ed8bcfd09a4aa35fe4b19b12e13256a3054e2b66df52 105 0.05/1.00 vMB 121
166,717 166,717 00000000000002dc5dfb58b8d318e452966bc13fb93632194ac0e370693cdbd3 40 0.02/1.00 vMB 364
166,716 166,716 00000000000005b05c334934c947bc69de582b4c72865f37e99c6d8eb0cea544 104 0.05/1.00 vMB 121
166,715 166,715 000000000000012a340a1e5de4f218346e4740678a4ba3c69c8b04e768030a12 61 0.03/1.00 vMB 95
166,714 166,714 00000000000004310a2ca8597b6c0a5ebc0e2d4da6ba5ed3e8ecec66338f1c93 80 0.03/1.00 vMB 127
166,713 166,713 00000000000006388cee45b646d9dc0e1d22af500a936c67b13eda4352350649 11 0.00/1.00 vMB 36
166,712 166,712 0000000000000645c60884e29dd91593f80f2172cb142baf84db63e6145ea8b7 20 0.01/1.00 vMB 314
166,711 166,711 00000000000002b5d29f205d4d0ee5c6e0cea8fd4482aa1733774c998febd91c 38 0.03/1.00 vMB 54
166,710 166,710 00000000000009f1daf13d92748353932449a8f27c497cd49a7bf1cb4b5d0b91 30 0.01/1.00 vMB 241
166,709 166,709 00000000000007a7117f7f4933fabb917b406a93a0ae48570ecda94445a99c8e 133 0.05/1.00 vMB 54
166,708 166,708 00000000000006bac777c8a60e09f912c5ef5cc04d928b887d6e39bdf6d156fd 87 0.05/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 779.85 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: 432.96 GB
    • Received: 2.37 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.