Loading Tool

Explorer IconExplorer

Memory Pool

76,698 transactions
28.70 vMB
0.09311559 BTC
Random Selection Loading Transactions
Max Size: 174.16/200 MB

Candidate Block

Mining Attempt 26cc4d2dd029243bf2786688733cd7a457b5fb11f71f1e6a3a139bdb7f654b93
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 7f443e902db5352632e6daea5fbf617fa46a2cac991a6ebb2f4a9e757edc50dc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,993
Size: 1.00 vMB
Total Fees: 0.02672451 BTC
Feerates: 180.82 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (319,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,554 595,554 0000000000000000000ea7e1f59b2ca89c2a8bae077d8fd4713fbae691f4fc07 3,058 1.00/1.00 vMB 26
595,553 595,553 00000000000000000010018fdd3a4d232b1d45f012019a0479da327e934c0461 3,143 1.00/1.00 vMB 3
595,552 595,552 000000000000000000016997e353dc6cf566bfc93818bf01f132ce7d781d16ac 3,140 1.00/1.00 vMB 36
595,551 595,551 0000000000000000000d34f584dbdc5b3e55612c48f91367827de71e6ded1988 2,142 1.00/1.00 vMB 15
595,550 595,550 0000000000000000001537cc5e81b965cc08ad9122d156dba251c2940eba3ee4 3,119 1.00/1.00 vMB 48
595,549 595,549 000000000000000000129a8a358bd7a9da12836cb4c6fc690dbaec4f9d01c216 2,803 1.00/1.00 vMB 31
595,548 595,548 0000000000000000000f755f49a73f554799953c4f9b0dd613338cd1e4a728f2 2,301 0.75/1.00 vMB 19
595,547 595,547 0000000000000000000c75cdae11f27e9d316007961b8a0cbcd4c875a9e74f99 3,003 1.00/1.00 vMB 17
595,546 595,546 00000000000000000008e1c014f30323e8299f945e1deb8c3c8b6801cc929389 3,280 1.00/1.00 vMB 26
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
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.