Loading Tool

Explorer IconExplorer

Memory Pool

78,983 transactions
29.66 vMB
0.09142641 BTC
Random Selection Loading Transactions
Max Size: 178.94/200 MB

Candidate Block

Mining Attempt 379d4b44e800b3bd23ad80b32a96a2afeb08bf9d83a2b3c2b4bf9a7c040440bf
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 256f8e0cb0e7b84078b360c8b9ba806e77bd96e795bc7ea26e1555fadfe0a85c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.02592930 BTC
Feerates: 251.00 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (793,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,713 121,713 0000000000004b386d27fe3adda66edb4a27ab91a92e78555d9e4c27b1abe61a 13 0.02/1.00 vMB 914
121,712 121,712 00000000000090dfe5401cb8d904f26b13adc6e1c48356a6ce1c046cb599813d 6 0.01/1.00 vMB 0
121,711 121,711 00000000000040b7cc7f0050c5944a3ee8464a4585a5aadc79717b6d35e1822c 17 0.00/1.00 vMB 967
121,710 121,710 0000000000000605868d2231cc10e00a87d2675a9faeb456e945b66b1b8fa259 30 0.01/1.00 vMB 2,017
121,709 121,709 00000000000031a2ef56036f62b68727f565911bf918d73a2e6c2078b94fc04a 9 0.00/1.00 vMB 246
121,708 121,708 000000000000272eef9fd10433076469fc65e45333b6a717ea8892843f9bc487 9 0.00/1.00 vMB 701
121,707 121,707 00000000000059c690ae9f6fc4af08ac379f9e35d332f17fa9659a07e41df55c 18 0.01/1.00 vMB 116
121,706 121,706 000000000000133073b80ec3e9622ad4e034582bde31013ada85a884e2c21237 7 0.00/1.00 vMB 0
121,705 121,705 000000000000254c6d0ecc894eb6a6586507480150f1ed6ab7fb78bd0dd1def2 8 0.01/1.00 vMB 9
121,704 121,704 00000000000022de8884c33f6fbfcc3803cc1dbb14731a751c51a2d2f12ea363 10 0.00/1.00 vMB 464
121,703 121,703 0000000000008159d7c631e8451c87b95b32361149ab4b80d4bb5935362c7875 13 0.00/1.00 vMB 815
121,702 121,702 00000000000072c5ca85bc1a37107e5b9a447728babaef4bd11ffa733c5cbcc0 9 0.00/1.00 vMB 324
121,701 121,701 0000000000002738a3d2c37eba40eb1a63e7a32421fa4361bf6012c59ff6bdc2 9 0.00/1.00 vMB 674
121,700 121,700 00000000000016322421acc1f13a3102232128379bef109d10e8e0f7df8e86ec 12 0.00/1.00 vMB 859
121,699 121,699 0000000000004c01bd06f8c9f763bb36838a86428172decc8806f8df37228c20 44 0.02/1.00 vMB 376
121,698 121,698 00000000000026899187799b7f1c2dfee3f6e548b93b04941108d9eeb41db221 6 0.01/1.00 vMB 288
121,697 121,697 00000000000003dca22d2322cff4a772da57bf200e5bf9a7fb4c3b09af7b7117 9 0.01/1.00 vMB 0
121,696 121,696 00000000000057babe68a5eff9597cbf802da8509afa3a019ed601d3d7f0a5d7 7 0.00/1.00 vMB 290
121,695 121,695 0000000000006f0c2a404beefb7fa9df7177e7b29f6885b7ee9602835908f2a2 31 0.01/1.00 vMB 1,014
121,694 121,694 0000000000008ca7f03ab95bffa4918898ea8318adc38e00b0eb1b80a6d8cfa2 9 0.00/1.00 vMB 0
121,693 121,693 000000000000379d6978aa2fa023ed1efba5d5e88abd049dceb2f244f7fb030f 36 0.02/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.