Loading Tool

Explorer IconExplorer

Memory Pool

34,718 transactions
27.19 vMB
0.05629617 BTC
Random Selection Loading Transactions
Max Size: 136.17/200 MB

Candidate Block

Mining Attempt 3eedccb204b64de0af99e0b3c457458ed09b80a178afddb03df89bf2d0c4b9bc
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root e2321aea578bc06654a311adc25d2f9941409fd4d3f20d7cd011fbd24b244c90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,440
Size: 1.00 vMB
Total Fees: 0.00500659 BTC
Feerates: 77.90 > 0.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (221,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,718 692,718 0000000000000000000d6d6f8d6f9416c3f1390e4134151f5507c18789fcef5e 2,537 1.00/1.00 vMB 9
692,717 692,717 00000000000000000008448171c0794d5136bba4eab5d31cd523908a690254c9 2,108 1.00/1.00 vMB 19
692,716 692,716 0000000000000000001192ee422c3d65c51c317a4a9859c698d67a1673d50b64 2,402 1.00/1.00 vMB 4
692,715 692,715 00000000000000000008562f5872ee7aef27c86c93522fbd8bf648ceb19b2d7b 2,284 1.00/1.00 vMB 40
692,714 692,714 00000000000000000011e40363a781e396a1299f4cfc9120afd73614258a31fe 2,626 1.00/1.00 vMB 24
692,713 692,713 0000000000000000000732f57b67fe5332bfdf77be0cbdb79522a0467d9ded13 804 1.00/1.00 vMB 7
692,712 692,712 00000000000000000013660c2fc9f5531bf8e689bc797343d8c6a0cebaae07f5 1,809 1.00/1.00 vMB 15
692,711 692,711 00000000000000000010be4a8183fef95e5632018e88181ed7cec18523aeb81c 40 0.03/1.00 vMB 13
692,710 692,710 0000000000000000000daf45482c7a996d90382312b4902e57a1e98020108b34 1,146 0.47/1.00 vMB 13
692,709 692,709 0000000000000000001308f59fd605d0e8a5cdb898e10a4568ffb9d9a51c8bd4 35 0.01/1.00 vMB 7
692,708 692,708 0000000000000000001020eb2113681061e67e959312ade19e3af33d87198299 1,934 0.90/1.00 vMB 14
692,707 692,707 000000000000000000034fddde87be064c76290c9d650c0eb606b1530b737829 1,022 0.44/1.00 vMB 18
692,706 692,706 0000000000000000000eaa6295f28a68bbd066754a33dfe83f0e7247bd297ed3 396 0.17/1.00 vMB 8
692,705 692,705 00000000000000000003840baf1bc078b2cd9c75ea7a0b28c3e293b47041ecd9 1,873 0.89/1.00 vMB 11
692,704 692,704 0000000000000000000f369c659f665cef11729899f86d16d14741270c68bc5c 575 0.33/1.00 vMB 8
692,703 692,703 0000000000000000000578e005d93db8cecf7ce0ff6602b07121632f9c1ec3db 2,338 1.00/1.00 vMB 17
692,702 692,702 00000000000000000008ae907b7779f5b2d6da16c3cd79c40e171a42c883535f 1,905 0.85/1.00 vMB 14
692,701 692,701 0000000000000000000e2821462c7886f7d87bcf8dbdc27cc785d66c99550b6a 1,733 0.96/1.00 vMB 10
692,700 692,700 00000000000000000013878f4a3cbe4c9c980d31f32158d86c60fd1b3be677ed 1,267 1.00/1.00 vMB 7
692,699 692,699 00000000000000000010b5897a9744557ba8712a3409d1f6bd6ccd01cd4ee220 1,643 1.00/1.00 vMB 11
692,698 692,698 0000000000000000000d362f0fa0463296ff6bccf249744d9e23ecf85c3b16f5 1,279 0.61/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.