Loading Tool

Explorer IconExplorer

Memory Pool

29,364 transactions
11.93 vMB
0.05709344 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.97/200 MB

Candidate Block

Mining Attempt 743f513b38107f450f4e41c5cfc0ac55b3d573af2df71cd1867c580f15b00509
Version 20000000
Previous Block 000000000000000000019bd8eacb07bf2ff53a28712cce82a4fa3ad7b4389a63
Merkle Root 38597dfa601bf60ed6907b8cdc1c16024be56da17c94cc6fb02dc0b73161c247
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,837
Size: 0.9979705 1.00/1.00 vMB
Total Fees: 0.03393940 BTC
Feerates: 237.04 > 3.40 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,615 (838,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
74,741 74,741 00000000002c03d16973abe660d3a3deb4deaa1d642111299cf8a3d87906702d 2 0.00/1.00 vMB 0
74,740 74,740 00000000001a2ac70fc6310ec83464c860afb78138bd043f0de31de2a3c8dea7 4 0.00/1.00 vMB 0
74,739 74,739 00000000004d542fa6b55285887743a06331a0a47ae726d476a99b042454f1cf 1 0.00/1.00 vMB 0
74,738 74,738 000000000021b8e3359b9b7b13759f78d88ca91083fbbd1ea2db144e33e35a6d 2 0.00/1.00 vMB 0
74,737 74,737 0000000000054cc1e7db8ebd5691bc601c629271219a17e153e423437e0b4d34 1 0.00/1.00 vMB 0
74,736 74,736 00000000000e2035bb346fb979c2bb3ae2bfd9b9015ea23d28aa05e5fd71b6dd 1 0.00/1.00 vMB 0
74,735 74,735 000000000069fed4650ba07db1caeff39afcf4245982cdf17ad6faaeae2bc5da 1 0.00/1.00 vMB 0
74,734 74,734 00000000004bb9daf068a2a669fbf58d33fe5ccb65f7af8126c10b286806210e 2 0.00/1.00 vMB 0
74,733 74,733 0000000000705eac5a126eb67c11b31cb36d9eb14d0740b8a0d9cb3ce5e3a76e 2 0.00/1.00 vMB 0
74,732 74,732 0000000000218149e66c0dafaa3de2c652778e10feab4b70533dae416d47cb0f 9 0.00/1.00 vMB 0
74,731 74,731 0000000000647cde25b601540a4b7d0e6c021deec20b7ae777ec4a8ca9238403 2 0.00/1.00 vMB 0
74,730 74,730 0000000000333860df66a6e1eff07293b25a3c395023fed5415510bbe007f6f1 13 0.00/1.00 vMB 0
74,729 74,729 000000000022c9787decd86a7df12735412f7d079349837db3b0673621fbab81 3 0.00/1.00 vMB 0
74,728 74,728 00000000004a499445cbc16d53ffca3a6227ed0bf2e2def0e24e4754e11e7665 12 0.00/1.00 vMB 0
74,727 74,727 00000000007becdde19c4c4222460d4650477eba226e1e303ecd12b00831d895 1 0.00/1.00 vMB 0
74,726 74,726 000000000049039d3746ce1d11f0785131569b267457e4974cb9df22811b9f45 1 0.00/1.00 vMB 0
74,725 74,725 000000000031955476629f8f1f532a52173990f1161a39001198e85147c66a47 2 0.00/1.00 vMB 0
74,724 74,724 00000000002423621729dbe0edaa76e45138bfce9872e1ce098cd1907d012bf3 6 0.00/1.00 vMB 0
74,723 74,723 00000000005358adea4fe2ed2c0fe76d373aa195d1dd82af3e94c5705186261d 1 0.00/1.00 vMB 0
74,722 74,722 00000000000a2cbe7089b12b300463ed57738f31d4593f93c307ef5b00c22b28 1 0.00/1.00 vMB 0
74,721 74,721 000000000052428fa9103b0d2090c992518c05a7c0f2ed8a43e0d88d2859e02d 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 465.50 GB
    • Received: 2.79 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.