Loading Tool

Explorer IconExplorer

Memory Pool

42,081 transactions
26.49 vMB
0.07891445 BTC
Random Selection Loading Transactions
Max Size: 138.59/200 MB

Candidate Block

Mining Attempt 9eed76e46006415ea20c158b1aa99ca48ac4219b5365c5981f68448de462aa8d
Version 20000000
Previous Block 00000000000000000000f29f8bc6623c876b1c28cb328a71a306f0d15ee3bb07
Merkle Root 70e10c21a4dff5805ac75cb53929b933941b7de744c92993fadc44b8696ff81e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,684
Size: 1.00 vMB
Total Fees: 0.03036533 BTC
Feerates: 101.64 > 3.04 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,805 (331,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,649 583,649 0000000000000000001875552c4bf49f18d12d9fc2c4d8d060427726f6641cce 2,374 1.00/1.00 vMB 43
583,648 583,648 00000000000000000009be49771be66891a893ddd60c175489584a5d84936c17 3,054 1.00/1.00 vMB 81
583,647 583,647 00000000000000000001bd102f0613ff0835875c84a9b7dfc8f759aaa8876d98 1,357 1.00/1.00 vMB 19
583,646 583,646 00000000000000000018acd9c17dc68ad680ea909a54a14b21ac7215fff6c743 2,798 1.00/1.00 vMB 53
583,645 583,645 0000000000000000001ae1d1359a461eacba822a03452ab6f6ec22f04bcc04a3 2,302 1.00/1.00 vMB 41
583,644 583,644 00000000000000000020036614427918b6dd715a86b295a8a7453c5eb8b83616 2,106 1.00/1.00 vMB 59
583,643 583,643 0000000000000000001aa2e295a3af55220b76a3ccb22e8de2024f1b4966e2a7 2,118 1.00/1.00 vMB 50
583,642 583,642 0000000000000000001252a8423a67a8af59ce1619bc75a5cd30647ec3947d18 3,137 1.00/1.00 vMB 74
583,641 583,641 0000000000000000000dc03860a130bb0f803b15f08d6afa563b88aeead18dca 2,760 1.00/1.00 vMB 110
583,640 583,640 0000000000000000000e3842969b1b45a5e989393eea03287212bc75fbe02398 2,245 1.00/1.00 vMB 45
583,639 583,639 0000000000000000001c43ab1592304aac9eda636aa5da236c133272befd7019 1,340 1.00/1.00 vMB 59
583,638 583,638 00000000000000000020cb4aef279bc0788b2bc411aacd42fe806578fec83997 3,402 1.00/1.00 vMB 103
583,637 583,637 0000000000000000001912d6625674b31caaa7d1e6e96895e7805220f74c0134 2,463 1.00/1.00 vMB 85
583,636 583,636 0000000000000000001dcc82d91ed07ee5c3a4f32f1cb8ab2a5de912036aefde 1,487 1.00/1.00 vMB 51
583,635 583,635 0000000000000000001e1b557504dc936a33a871cfa47a2e1eb987760e33dce7 2,201 1.00/1.00 vMB 61
583,634 583,634 0000000000000000000a5e93d17749609e02aba0a3ab8d2ffe71853773c820d2 459 1.00/1.00 vMB 37
583,633 583,633 0000000000000000000ed6ae757623f385a115da42f561840cfe8aa83817ced5 2,100 1.00/1.00 vMB 73
583,632 583,632 00000000000000000007cd168c6f79ae9225de936419a4a1a8c789e9e9e9ed63 2,340 1.00/1.00 vMB 69
583,631 583,631 0000000000000000001bea25bf71c359871255b17c6d04927df3b45ef5f40fde 1,772 1.00/1.00 vMB 68
583,630 583,630 0000000000000000001a7a46b41b052d3c00c935a80ac2f2b939044306d1ea0c 2,202 1.00/1.00 vMB 84
583,629 583,629 0000000000000000001bd2e502af8e6c0d36a81c51431cff660cf4c719e91aed 2,882 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.04 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: 650.59 GB
    • Received: 13.30 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.