Loading Tool

Explorer IconExplorer

Memory Pool

85,280 transactions
31.96 vMB
0.17301471 BTC
Random Selection Loading Transactions
Max Size: 190.21/200 MB

Candidate Block

Mining Attempt 27ba92421600cbce28eb8d42f51c3c10a88a174b94a66892a863cf67c5acea4a
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 21f908bf37079ca4686aa6c14763274dd94edd53bf8abb975576248c47766524
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,918
Size: 1.00 vMB
Total Fees: 0.05461363 BTC
Feerates: 402.75 > 5.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (473,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,813 441,813 000000000000000000193a81918a8c93d7ed04d75abe44532c2b5668a3058ec5 981 0.42/1.00 vMB 81
441,812 441,812 00000000000000000343906c63678943378636ca2426027e5f902c32a9d969dc 852 0.37/1.00 vMB 76
441,811 441,811 000000000000000002f2babec2a8d9c93d9dc3e7d0c359b2cb054c1f8e64b57a 605 0.30/1.00 vMB 81
441,810 441,810 000000000000000001215678290c5205bd000cf083d72e494f99b28ca15cc307 1,331 0.87/1.00 vMB 48
441,809 441,809 0000000000000000007a598b1e2efde89e7c1a802b4e246b64ef31a052cd7008 584 0.29/1.00 vMB 68
441,808 441,808 0000000000000000021012891326fa86dd5128c6b6d26803902287f1c7f4b898 1,912 1.00/1.00 vMB 56
441,807 441,807 0000000000000000010455653236dde38410555a705ad85a42c6467321931e34 2,086 1.00/1.00 vMB 76
441,806 441,806 000000000000000001fc8d27f14816c6ff5759ae034ec0796704f9a3d1af9cd8 2,402 0.99/1.00 vMB 97
441,805 441,805 00000000000000000076b7b3adf1aa09f047a38f76a6842c31e7fb1e3d63834f 2,110 0.93/1.00 vMB 78
441,804 441,804 00000000000000000314a1c582ad05d0b90626233c455b87938bfbacb0e2a968 550 0.47/1.00 vMB 31
441,803 441,803 000000000000000000cf308f95bad99d17796c94df7a559379a6a27e531b9f55 1,697 1.00/1.00 vMB 44
441,802 441,802 000000000000000003d0bbe88027e3b9304dae088832c2d1cf0649421635c0dd 2,337 1.00/1.00 vMB 79
441,801 441,801 0000000000000000002f01aed61c7ca6d98e86bdf6a4dace3a30a667df8532ed 2,398 1.00/1.00 vMB 66
441,800 441,800 000000000000000000f8ddad7879647b456fc16e59c4190f7e95b9e9c4bf877d 2,336 1.00/1.00 vMB 72
441,799 441,799 0000000000000000037385170b002adc9236b9f0c7926ba5402d1517d5004769 1,718 1.00/1.00 vMB 70
441,798 441,798 0000000000000000003591007a8001adf3b3aefc7a01480c55a8564cc567d1f2 1,704 1.00/1.00 vMB 77
441,797 441,797 0000000000000000023ebe1d748870c6e0d19b81e46a261ecb504b11dda010ad 733 1.00/1.00 vMB 85
441,796 441,796 000000000000000001d1a8f19bc19b0f290c878b3e229bd086dab3de2764d4e4 2,078 1.00/1.00 vMB 105
441,795 441,795 000000000000000003a8d583f1e4d6bc0b8aa91252e72d91143acc22a0ce029d 2,426 1.00/1.00 vMB 75
441,794 441,794 0000000000000000032b618aa3a5e7e7185ef27263b3f2331d143fb4adf9afbc 2,110 1.00/1.00 vMB 91
441,793 441,793 000000000000000003432b9078e71b9fb49e0608a5117f43c3c3cf90fc924681 2,032 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.