Loading Tool

Explorer IconExplorer

Memory Pool

79,194 transactions
29.32 vMB
0.09766830 BTC
Random Selection Loading Transactions
Max Size: 177.23/200 MB

Candidate Block

Mining Attempt cf8a54dc45a45883e95d29399ed6dc986bf05eeb365fa68ea8fbcfd56ce08efd
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 112e35a23aa99a44fffe905a60e2f5bf86f5ca946558fa457564e39ab7e1f7db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,324
Size: 1.00 vMB
Total Fees: 0.03540646 BTC
Feerates: 150.62 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (287,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,573 627,573 0000000000000000000b356dc5c7c95b225452ad1cdc2efeaef78173c65d14e4 2,639 1.00/1.00 vMB 35
627,572 627,572 0000000000000000000e33674b13a55b7465a6bb14cb410c2cc61d5a9dafbcad 2,320 1.00/1.00 vMB 28
627,571 627,571 000000000000000000108170ccf46a34f0fc54772ba75745989f3bba445911b2 3,049 1.00/1.00 vMB 44
627,570 627,570 000000000000000000026123c99bedf122c020bee207c3b36eaa0cd7cc66507b 1,995 1.00/1.00 vMB 41
627,569 627,569 0000000000000000000e358b9b62bef35e6edea444486454d6c1bf69802e5e9e 1,700 1.00/1.00 vMB 18
627,568 627,568 0000000000000000000ef75ea4005e33ab11c4cbfdf328e5f29f6956f1b68c4f 2,402 1.00/1.00 vMB 27
627,567 627,567 000000000000000000097e1bf2e28ab71bde3ebe720ceece4d359fb4db8eb308 2,817 1.00/1.00 vMB 40
627,566 627,566 00000000000000000000c9cafb70e5ac43424517c1421bc4189a2aa3fd5fd264 1,645 1.00/1.00 vMB 72
627,565 627,565 00000000000000000000ba9224d3313f25eb53e8d914d27e668ea2ee933fc956 739 1.00/1.00 vMB 4
627,564 627,564 000000000000000000044b55476212d92ac3888e9ffdb98b3baeffd957425ce9 2,868 1.00/1.00 vMB 20
627,563 627,563 00000000000000000002155c04c4ffc1a8cbd21bc2d48c37042052fb8cf0722e 2,669 1.00/1.00 vMB 17
627,562 627,562 00000000000000000006cb26e0d126dfcd6440e78581a1eaa5e7a80fe112c731 2,846 1.00/1.00 vMB 24
627,561 627,561 00000000000000000006b4488dce2e5ea40f8ccb8f78083b0777ca25ebd7003c 2,466 1.00/1.00 vMB 29
627,560 627,560 00000000000000000002c10c4a0f775faf80da6da6f53bee8079b429fd15e9bd 2,413 1.00/1.00 vMB 35
627,559 627,559 000000000000000000076dae26b7d9b87d21941f58420d4bedd5211e692ca4b6 2,214 1.00/1.00 vMB 6
627,558 627,558 0000000000000000000179ef7d1bb32c24954213cde373b60fc714ea7f265a59 2,838 1.00/1.00 vMB 21
627,557 627,557 0000000000000000000bef00c36d9810c3cc37b3186c4628d56b52ccda1f43f7 2,764 1.00/1.00 vMB 24
627,556 627,556 0000000000000000000fe843acb69d94aaaf5963085c967457f8d31c04d9fd47 2,822 1.00/1.00 vMB 6
627,555 627,555 0000000000000000000804da921c719e60f436b6dae5f15f10e1e68572590ebf 2,415 1.00/1.00 vMB 20
627,554 627,554 00000000000000000009e755f01916cc5136e4ec89aba80bca507b94fb75eb4a 2,875 1.00/1.00 vMB 39
627,553 627,553 0000000000000000000b8c9a79b2fdae305e6b6815ed1d58c46855c623f0f820 2,657 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.