Loading Tool

Explorer IconExplorer

Memory Pool

48,241 transactions
27.40 vMB
0.07430139 BTC
Random Selection Loading Transactions
Max Size: 146.11/200 MB

Candidate Block

Mining Attempt e9b55191751ae80d3175de0a5ed53337c9cc77830aa87d5122443b3c8accc7a6
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 04260e5e155545f26eecb49e826ee3abcd2a19af1bd1f36202e10ac78e29bd3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.02306273 BTC
Feerates: 150.92 > 2.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (343,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,820 570,820 0000000000000000001b39d7ccdcf5f7fb2df5e4b01c3d740442fced4e63dc96 2,812 1.00/1.00 vMB 144
570,819 570,819 000000000000000000115a1af69cd8b83444be6b0d0d39e936e403ac2a2ca4fb 3,458 1.00/1.00 vMB 123
570,818 570,818 000000000000000000075f32c1049adc0bfa5994818f85e04c29bb3aa8357dc5 1,463 1.00/1.00 vMB 14
570,817 570,817 0000000000000000001c70d74c7983dfe876cf4e9856ed9ce043a3293dd373b5 2,488 1.00/1.00 vMB 38
570,816 570,816 00000000000000000015700c792c59cda0380d5e3c3e16ba555cc3cfd6d6bb7d 195 1.00/1.00 vMB 3
570,815 570,815 0000000000000000001507152b07ae34788379d0ca9d7bfcb427f10b3be6ced5 2,271 1.00/1.00 vMB 16
570,814 570,814 0000000000000000001557cdc7c755deb4fd84b39ce18e56ca5bbb701853d9a5 3,030 1.00/1.00 vMB 65
570,813 570,813 00000000000000000028f5ffdae4dd4c6dad2d5cca9629dd0511c3e4c1dcc169 1,985 1.00/1.00 vMB 13
570,812 570,812 0000000000000000001942932fa6b61567d32761d6d25ae51a2f83bc49d4f984 196 1.00/1.00 vMB 12
570,811 570,811 0000000000000000002b48c78a9352860f64bdc41252a013247fe10e009a7a8e 1,483 1.00/1.00 vMB 47
570,810 570,810 0000000000000000000fcea94a291ad9ca9d9bcf09cc71990c4d0431a554b430 302 1.00/1.00 vMB 18
570,809 570,809 00000000000000000001d27c9d31960dbb99f17a169312092560f7d468f0ac76 1,047 1.00/1.00 vMB 23
570,808 570,808 0000000000000000000db7c8d2f533f58c8b2769d8c2394216880fa553f7585f 3,179 1.00/1.00 vMB 107
570,807 570,807 000000000000000000268bd12a1e34ab2cc596a9c525834de7dcb80a422660f6 458 1.00/1.00 vMB 17
570,806 570,806 000000000000000000181bb8bd91a84d78133c78bb788afd84192d3aa5b324ed 3,190 1.00/1.00 vMB 27
570,805 570,805 000000000000000000218d8edafe2cfefb4aa3b28a6c40fff2583b2415480347 2,992 1.00/1.00 vMB 58
570,804 570,804 000000000000000000228d9707d766f00fee0877e0688c896311de586db1784d 3,486 1.00/1.00 vMB 117
570,803 570,803 00000000000000000017da3ad7d4d09a3693718b290118b25fc3003f805a28ca 2,589 1.00/1.00 vMB 149
570,802 570,802 00000000000000000005ee7ad86035bd5829d432f7058d743b9ab40047745501 3,489 1.00/1.00 vMB 122
570,801 570,801 00000000000000000026d6392f65f093fc02d4e559f5750fd7c8dd262881ec24 2,381 1.00/1.00 vMB 63
570,800 570,800 000000000000000000214f06f5127ebe1673d1ca4b336e9e683874ae048d8525 2,678 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.00 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.05 GB
    • Received: 13.12 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.