Loading Tool

Explorer IconExplorer

Memory Pool

76,909 transactions
28.26 vMB
0.08835456 BTC
Random Selection Loading Transactions
Max Size: 172.19/200 MB

Candidate Block

Mining Attempt 401f17517f8af31b9e651f67018d1b6e56395001ca92ac49b96a367718048d3e
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root c01d1b3c93b8af25a4a75dc7e49adefab53d26b49203e35c94dfcb7e9e2eb213
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,874
Size: 1.00 vMB
Total Fees: 0.02632802 BTC
Feerates: 150.93 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (433,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,101 482,101 000000000000000000e987eebc929fb4507f22ac668bdf2a46d221dda3e7d4f4 2,326 1.00/1.00 vMB 477
482,100 482,100 00000000000000000024964d86d34f3d6d5becb4e8b458abf000589cd740f491 1,727 1.00/1.00 vMB 370
482,099 482,099 0000000000000000006b712983a364ef05932c0f5f987db08a9163c052adf220 2,527 1.00/1.00 vMB 441
482,098 482,098 000000000000000000f4320528eb0a83027e89545e281083b3ced67c12d8ef3b 2,137 1.00/1.00 vMB 509
482,097 482,097 000000000000000000362821804f12536f7f96d975e36f7ceaa1656a27ae50ba 2,328 1.00/1.00 vMB 384
482,096 482,096 000000000000000000273addb1e69eeb9051d7474d02febfd928f9999f992096 2,277 1.00/1.00 vMB 364
482,095 482,095 00000000000000000006e139b670b240eee8031794f812cf0aa3e9ebca288178 2,010 1.00/1.00 vMB 509
482,094 482,094 000000000000000001327db4ba4df03e465b5c09e37878a1e48cb0c34afa4732 1,698 1.00/1.00 vMB 458
482,093 482,093 000000000000000000379881e30766a4b2dfbe72e633a8250352efb644d3a5c0 1,952 1.00/1.00 vMB 481
482,092 482,092 000000000000000000331f7bc309265eef7a4bd5ea24fe723ff107d52f601dd7 2,156 1.00/1.00 vMB 454
482,091 482,091 0000000000000000005d25f45b38b3e17e4cd39880e64779b59f33f6eff33b48 2,079 1.00/1.00 vMB 559
482,090 482,090 000000000000000000c5a08c3871bb4d977431e8da09d46179724ec7508b8223 2,008 1.00/1.00 vMB 270
482,089 482,089 00000000000000000020126b496c7d8e911c8150bbed3a434966f0dcaf723fbe 2,583 1.00/1.00 vMB 298
482,088 482,088 00000000000000000014926b3dd8fd557f12c1baa43ce72e2e4f9964fa6c8fbd 1,795 1.00/1.00 vMB 221
482,087 482,087 00000000000000000086b374be56d5ab212b13c833df70576d3248297a6f9dc1 2,323 1.00/1.00 vMB 281
482,086 482,086 00000000000000000132120d391b476ceef15cd37e7456d4b2d367d3571c11c6 2,724 1.00/1.00 vMB 298
482,085 482,085 000000000000000000e30a00151266431393d0de3fbe99a94a60f15aec631bae 2,081 1.00/1.00 vMB 408
482,084 482,084 000000000000000000d5a30e2e3259550a40f34b608ac269f35944129a710de7 2,014 1.00/1.00 vMB 474
482,083 482,083 000000000000000000fdf0b7a13eac5dbc0eaf0de05aee3fc8f046fd0dc88145 2,082 1.00/1.00 vMB 490
482,082 482,082 000000000000000001332d86c8c2c1cef74971a88df7c769443b16ecbff43cf5 2,056 1.00/1.00 vMB 408
482,081 482,081 000000000000000000aa40d547b0006122283241c6f8e1fd3e1a03558c2768e3 2,481 1.00/1.00 vMB 369
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.