Loading Tool

Explorer IconExplorer

Memory Pool

49,223 transactions
28.47 vMB
0.13892330 BTC
Random Selection Loading Transactions
Max Size: 152.21/200 MB

Candidate Block

Mining Attempt 501e2788c133cfec1f3939df64b072ca06f0057beb3e9bb55272a43ae91b03bb
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 7b12bc167562fdd956c78002f4a429bafec6f16b80a5f262d9d7152d84432100
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,342
Size: 1.00 vMB
Total Fees: 0.08228187 BTC
Feerates: 301.05 > 8.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (271,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,831 642,831 0000000000000000000947f7204ac929cd5d7ea6a5c4d1fd39b6864ea92bb045 939 1.00/1.00 vMB 25
642,830 642,830 000000000000000000005558d7f5e20c8ab94ceeb144a97a85f45c39ad977e47 1,196 1.00/1.00 vMB 25
642,829 642,829 00000000000000000004765ad03b31ecccc364439fec94fe89f24ae7644648a8 1,067 1.00/1.00 vMB 19
642,828 642,828 0000000000000000000240c40de68fe02fb2e599dfe1d19429e3fabac8c855e9 2,349 1.00/1.00 vMB 6
642,827 642,827 00000000000000000001a5eea2d25897ea7c3264d55eb3677220b7bf5f30e47a 2,816 1.00/1.00 vMB 89
642,826 642,826 0000000000000000000de4a9cd9b893234caac6666b831223c31b320f957830d 2,785 1.00/1.00 vMB 6
642,825 642,825 000000000000000000038edb520a6b53c81df1594d579ecab1dc4ac7e7984a6c 2,513 1.00/1.00 vMB 71
642,824 642,824 0000000000000000000fd0569a3daf8b852b27dce41c4fa43fde1c55ca6b5ee5 2,681 1.00/1.00 vMB 86
642,823 642,823 00000000000000000001056ea0ee3a02253971fa0c431da39cfeb3013e61ccb8 2,688 1.00/1.00 vMB 77
642,822 642,822 0000000000000000000dad4c9e18f36600a785bdaa3ae2826fdd55c1bec171ef 2,414 1.00/1.00 vMB 34
642,821 642,821 0000000000000000000a9b1782c7116b6ad08c6825a48ca05e709450ae82ed1d 2,450 1.00/1.00 vMB 24
642,820 642,820 000000000000000000007cd37353a8346b2db5ea1a0fdb3f2b25dcb5ee2ce1b1 2,486 1.00/1.00 vMB 16
642,819 642,819 000000000000000000060d6be85988d0ecb3bff329f4d9dc07df59fc15193c33 2,591 1.00/1.00 vMB 74
642,818 642,818 00000000000000000001ca6d8dffd74992c492c32eb94c35988d608bd190da70 2,349 1.00/1.00 vMB 42
642,817 642,817 000000000000000000105e80a8bb8733891b4ccbfe44d528631216507b8659d7 1,857 1.00/1.00 vMB 137
642,816 642,816 000000000000000000075999f859c71097c2968387affc7623bf1e68f05aa200 2,305 1.00/1.00 vMB 86
642,815 642,815 0000000000000000000228f38e7eab1d36dacbc69f6979ecf7ef38160260894d 2,798 1.00/1.00 vMB 118
642,814 642,814 00000000000000000004a163757efa0029499430b795f04bba0f2b26b3efd72b 3,250 1.00/1.00 vMB 163
642,813 642,813 000000000000000000060c9b92fb5547779d03a500665b12091522dace81ea63 2,138 1.00/1.00 vMB 41
642,812 642,812 00000000000000000006d36057cb6e517eb61b9f53703a96bc7476b296c9b210 2,038 1.00/1.00 vMB 58
642,811 642,811 00000000000000000009c57ced2a6bfc29a1e0530c8677005d58f2682b3f7bea 2,794 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.