Loading Tool

Explorer IconExplorer

Memory Pool

79,329 transactions
29.55 vMB
0.11521309 BTC
Random Selection Loading Transactions
Max Size: 178.81/200 MB

Candidate Block

Mining Attempt 1467147124f5e40c6ad593e2790debec7753c039cd493f4f7d006e08071c822b
Version 20000000
Previous Block 00000000000000000002064931ca32749e9a68a433f5974b1ade127285f85a4a
Merkle Root d12acb92e5a8173c180ad0ab54235b22b689bc5f92f085e214f25431cc80de08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,558
Size: 1.00 vMB
Total Fees: 0.05296097 BTC
Feerates: 313.32 > 5.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,096 (785,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,578 129,578 000000000000116123904a907f9c0b725978a8887c0cbf137a3e294c19436a85 133 0.05/1.00 vMB 798
129,577 129,577 0000000000000d92b326f74f105c339d0a3f2c0471280c19ca1604149146206b 26 0.01/1.00 vMB 1,128
129,576 129,576 00000000000015ec6c43b6c8643dfa7ad04a104ffa1b807deff68b71f9c954cd 71 0.02/1.00 vMB 2,096
129,575 129,575 00000000000016a9c271b4d67c9b32a80035328c55e78a85b295f7f9393f7f04 74 0.03/1.00 vMB 970
129,574 129,574 0000000000001823d5cf7ee3895bf7a9677e1bccf4069ad184dbe5371308ddcd 62 0.04/1.00 vMB 921
129,573 129,573 00000000000019a789a3c72668c5560b7adc66da7ef7d6d1d9f06db7f272ab29 29 0.01/1.00 vMB 1,213
129,572 129,572 0000000000000bc893d69df77327b6dd882e518c89eade157b8728aff76ee3bc 33 0.01/1.00 vMB 1,412
129,571 129,571 0000000000001c864a706f2ed9009b5a79d12f2d7548e83fc4b7b1a8a0f6fb42 26 0.01/1.00 vMB 1,228
129,570 129,570 00000000000018edb56dbfc11a5aafdefbed4571a3f1e4e680b1b1cb8386e582 139 0.05/1.00 vMB 231
129,569 129,569 00000000000007b444ba591272e4e13d6f59f149611abf3253f8888e50812156 54 0.02/1.00 vMB 2,365
129,568 129,568 00000000000006842acf3e1c12dda47fc268552b3947f8ace92a7fcedefc6f37 18 0.01/1.00 vMB 1,583
129,567 129,567 0000000000001aaed171c92d8ee0d5ae6f565b07839b52562a90b55c0ddf6252 24 0.01/1.00 vMB 799
129,566 129,566 0000000000001472dcac64b157b4fe3b318c938d398dc0ea4df1a7c7c5e6a1fd 126 0.05/1.00 vMB 892
129,565 129,565 0000000000000639f070e370ce73400681fa9de0f634f4996b8741639dd4c545 98 0.05/1.00 vMB 1,384
129,564 129,564 00000000000005110c1a34145aef458098e1007ffc202dda2ea580a1d2d940ac 16 0.01/1.00 vMB 1,049
129,563 129,563 00000000000003c6f2db1efd4424d6b6d726932ee2aa12cf07e1af98fc608580 16 0.01/1.00 vMB 956
129,562 129,562 000000000000003234719edb2be844dc308e4da33ea7b190be5fe9f43f07e308 28 0.01/1.00 vMB 984
129,561 129,561 000000000000016a9f468fdb9d04cc7b3a6111d3d654affc6f98903dc787b4d7 64 0.03/1.00 vMB 149
129,560 129,560 0000000000000819f6f34c38de66674b92005516a53216af6f8408e81f104aa3 13 0.01/1.00 vMB 548
129,559 129,559 00000000000009bd3d0a6ffe539f46490575dfd86dfc2074d242b8fe6907d19b 16 0.01/1.00 vMB 1,250
129,558 129,558 0000000000000b72862301d338086c0fb1a62d016247a4f32c67bb0878aac65a 18 0.01/1.00 vMB 1,484
Previous 10 blocks ↓
Total Size: 782.56 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: 670.09 GB
    • Received: 15.82 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.