Loading Tool

Explorer IconExplorer

Memory Pool

17,900 transactions
14.86 vMB
0.03057496 BTC
Random Selection Loading Transactions
Max Size: 74.62/200 MB

Candidate Block

Mining Attempt 520089b4fa2f326ff707f65d2f4a7a5b087076ed1380e456a93838c79f21e8d1
Version 20000000
Previous Block 00000000000000000000b31bddf15c89d32274d08a85fb7020240ed911664f51
Merkle Root c9ffaaa6d0f6665787556cba0aace43d7887d79a18494df51cd0f72064fca72f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,631
Size: 1.00 vMB
Total Fees: 0.00463065 BTC
Feerates: 40.21 > 0.46 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,175 (807,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,061 107,061 0000000000010d221352361d00b9b0019ef8ae9210e92d13250beb6dd0f54ec0 4 0.00/1.00 vMB 0
107,060 107,060 0000000000024029e8584a0ee3fcc4807b6370dd633c4b310d68ffea7b45cb1b 1 0.00/1.00 vMB 0
107,059 107,059 000000000000b24a0a41584466e5ef908855aff7d8a92df49d8214b7fb1c7794 5 0.00/1.00 vMB 0
107,058 107,058 000000000000692ad307091882e31375c6bf93c58ca08105124ca08621bc7434 4 0.00/1.00 vMB 0
107,057 107,057 0000000000005b52fed2caa22dfb79d6c2fcffe67f4fa5a6e1e2e42ffa8c4735 2 0.00/1.00 vMB 0
107,056 107,056 000000000000cc65bd045ddc19d4dffb72f84929fdd819edd600bacca54060ea 7 0.00/1.00 vMB 0
107,055 107,055 0000000000019a80d7fba17a30c1fd12d814b0f6269887bca324441b49d09b7c 1 0.00/1.00 vMB 0
107,054 107,054 000000000001179614c3bef88f274c396821d7c70d0fbf84fb4ba403348936e5 1 0.00/1.00 vMB 0
107,053 107,053 0000000000011251ee415f283f3a503acea949c6d70c177b969f8082ad966058 2 0.00/1.00 vMB 0
107,052 107,052 0000000000010cc2fcb19224d55435ccd1206c1bd374d943d41d79ea044a0922 1 0.00/1.00 vMB 0
107,051 107,051 0000000000018143fccf0c49f63fc9dd11ba6fd9aeae2ef0c9e0099abe735d93 4 0.00/1.00 vMB 0
107,050 107,050 000000000000f1876a466908c6ba12c87c5724f9872eeaea4be6bdc93b452c3e 1 0.00/1.00 vMB 0
107,049 107,049 000000000000fc049831430bfdd3a76ed36c4d14c38995f34af22381c36eb8b4 3 0.00/1.00 vMB 0
107,048 107,048 0000000000027b5f9e3c06fcd808a146fcef26f69060ddd3a3e9ba224030e18e 3 0.00/1.00 vMB 0
107,047 107,047 000000000001bf9f2793df05aa79d725d31fbf3424d20a99b7575746cec13b34 4 0.00/1.00 vMB 0
107,046 107,046 0000000000003cda939b7237b1b44bbcdcd9654b7b2fb2ed632be01a71587942 4 0.00/1.00 vMB 0
107,045 107,045 000000000000c4f3d4e280b52a803b9246b77b20f91ec72396acfbd1a4af3c77 4 0.00/1.00 vMB 781
107,044 107,044 000000000001d155f65dc150202dbf57758af73588e4b79435f336dc8492df47 2 0.00/1.00 vMB 0
107,043 107,043 0000000000005ae4666926a8b65dbd602d7c7c722e3b64f2a2ada2b5a0258a5a 1 0.00/1.00 vMB 0
107,042 107,042 0000000000005b7eb4cfeb32a4c979be515c01b33f4801ba1c9f49d885132949 9 0.00/1.00 vMB 0
107,041 107,041 000000000002192a70bb056a7776d9dceb7a745e09acffe80262e6b909defda3 4 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 569.41 GB
    • Received: 7.73 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.