Loading Tool

Explorer IconExplorer

Memory Pool

75,667 transactions
28.06 vMB
0.08647694 BTC
Random Selection Loading Transactions
Max Size: 170.41/200 MB

Candidate Block

Mining Attempt 7fdecad4b4e843f8ff287520622e4e5a13666244282b7ef86a9de32152f8814f
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 6e68fcbceef305ba1e1ed021aeb0168c954546fbd601bbeaa4b668c5dcb8863c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,885
Size: 1.00 vMB
Total Fees: 0.02616705 BTC
Feerates: 402.60 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (319,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,545 595,545 0000000000000000000b65b3f5b241a9a573aa3ef45c058c2e815c549433e486 3,054 1.00/1.00 vMB 20
595,544 595,544 000000000000000000100b43f15bcbadd4174b8220afc285cdc197ad9c896e1b 410 0.15/1.00 vMB 25
595,543 595,543 0000000000000000000e2f740936dc77154fee79f3833695fdcd92e24f69bd4e 2,020 0.62/1.00 vMB 21
595,542 595,542 00000000000000000017a2256a0abadd9eac21cf0a2e107c64f99ff8b1a45ce6 1,401 0.69/1.00 vMB 26
595,541 595,541 0000000000000000000f6a13440d5ecafc2d9ad00278df09e179fa257d24d91f 710 0.39/1.00 vMB 26
595,540 595,540 0000000000000000001470ad28e2b96f6aa5a99bcbcc0ebb33d02bba0a9fefa0 2,498 1.00/1.00 vMB 21
595,539 595,539 00000000000000000013617dd70b5754ede3022818670c50a371fa54edc9057c 2,389 0.88/1.00 vMB 14
595,538 595,538 0000000000000000000c4493a3ba390f668e6c28b72635cfaeedecd4851afc1a 879 0.26/1.00 vMB 19
595,537 595,537 000000000000000000142d0b51323d84aa0a65dbc8faa7a1024c7af3b2166d89 3,427 0.91/1.00 vMB 17
595,536 595,536 00000000000000000011c9a01a50460906cf8b7f64a9200f54e671ab3c5aa786 907 0.26/1.00 vMB 22
595,535 595,535 0000000000000000000a0f11594a66af3c9e0029b1f44e1ad5d9ef79c446688a 2,582 0.70/1.00 vMB 16
595,534 595,534 0000000000000000000d74c2c1f28e21a67aaf5f11aea2fedf2715534bec8b4d 408 0.15/1.00 vMB 29
595,533 595,533 0000000000000000001538b5965b2e5e10df34a06a3a1272d33d142b7cbf9ab6 1,279 0.30/1.00 vMB 5
595,532 595,532 00000000000000000007b564fa17aca460082a0edc0babfe2d1b9b7bf6e65519 3,122 1.00/1.00 vMB 21
595,531 595,531 0000000000000000001649e583c22e5b17ba04fa90003860ae5954d893bc3615 1,678 0.43/1.00 vMB 17
595,530 595,530 0000000000000000000ea427015aee96a37e45e57874a71c304d9c4bcbe017ce 2,197 0.58/1.00 vMB 16
595,529 595,529 0000000000000000000ba23b3b1555366e8172197fe35ee7501e7904f32c13f8 268 0.08/1.00 vMB 16
595,528 595,528 0000000000000000001769fb6e1a8191c48fce8ff465c3d50dab729c215eaacb 2,413 0.72/1.00 vMB 14
595,527 595,527 0000000000000000000fceb49592f19c39011bcfee168fdd55f02c4ae6929817 1,928 0.54/1.00 vMB 19
595,526 595,526 0000000000000000000e0cf2434df1dc2fc46118585f5747bf66cc7085a32528 3,068 0.87/1.00 vMB 17
595,525 595,525 00000000000000000014efcc068ee3e0c017b476a661d4e4b00a651485d04d74 3,377 0.98/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.