Loading Tool

Explorer IconExplorer

Memory Pool

85,111 transactions
32.05 vMB
0.13022891 BTC
Random Selection Loading Transactions
Max Size: 194.45/200 MB

Candidate Block

Mining Attempt b0e3e9e3308b8073d590cce92a9d41c3a3f2a84b8b6f3e8f098d11a617a94f4d
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root c4ce8e7da0115f7f499e74cea600379b4f6db774c6e09e9c79d2fbf3d4de2c86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,749
Size: 1.00 vMB
Total Fees: 0.04127446 BTC
Feerates: 405.89 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (31,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
884,371 884,371 0000000000000000000144624aeb16ed9e6f88d60dfc1dfd64eca12a89df194e 1,912 1.00/1.00 vMB 1
884,370 884,370 00000000000000000001498e94fff3e30a4a14aa3c636dc180ea3d9137b35dad 2,862 1.00/1.00 vMB 2
884,369 884,369 00000000000000000000944d3a574eb86fc47998898085f09fbe52a9efd71c1b 3,102 1.00/1.00 vMB 3
884,368 884,368 0000000000000000000245556937ba9fe63642ef26bfd1ef6f2eecbb4f73a039 2,979 1.00/1.00 vMB 4
884,367 884,367 00000000000000000001a7a8011c3ff5606429be10580c8ef0161e794158a1d7 4,489 1.00/1.00 vMB 2
884,366 884,366 000000000000000000019940b918fed6453c7afa80e03f1d837d1fdd8b31a8b9 5,117 1.00/1.00 vMB 2
884,365 884,365 000000000000000000009c64f99864d19a262a5650340c0708d9c4d785ee3465 2,879 1.00/1.00 vMB 4
884,364 884,364 00000000000000000001a36e4009111b1c8fcde0e21cb6eed12acf712c03b03e 3,824 1.00/1.00 vMB 1
884,363 884,363 0000000000000000000181e8b72446538ac7c98234ebc5f15426cbd4d70055d1 3,135 1.00/1.00 vMB 1
884,362 884,362 000000000000000000002d9e85334a9c3b01e79819d5ed111910015e8f7348f9 2,885 1.00/1.00 vMB 2
884,361 884,361 000000000000000000013fa64126c806b0d1611f9b4cf4514d2616f1c71ba236 2,408 1.00/1.00 vMB 2
884,360 884,360 000000000000000000002c3b66fb38055a53b537226d0f9bcc830af7f4053b4c 4,118 1.00/1.00 vMB 5
884,359 884,359 000000000000000000025a6a6fd9a660352bf658e57cdcb183bbbd20fe522158 2,282 1.00/1.00 vMB 3
884,358 884,358 000000000000000000001eb7ec41d73e10056d74e0f5baca0a13ecf0c5d0ef37 1,115 1.00/1.00 vMB 4
884,357 884,357 00000000000000000000b1936bf80a8ccd1e037373d3fba9e39741cd5a536750 2,386 1.00/1.00 vMB 5
884,356 884,356 000000000000000000020549f2c41dfe2df2563d763241214e99aaa3ec78023d 3,546 1.00/1.00 vMB 6
884,355 884,355 00000000000000000000dd7f073dbfb3b1af97416484b7ac961f530b5b830523 3,651 1.00/1.00 vMB 3
884,354 884,354 0000000000000000000094f326b08326b64c463ea993be60341f615b008f6049 3,657 1.00/1.00 vMB 2
884,353 884,353 00000000000000000001e2a8b5320b3a2142b5d6cd3e119615809303138f4795 3,822 1.00/1.00 vMB 1
884,352 884,352 00000000000000000000c5aa0489f0ea235d2dcbc2d33b2ee6266df0da687d41 4,099 1.00/1.00 vMB 5
884,351 884,351 00000000000000000002733590540aa3ac9bd93aec14e306a6eaa2622dd7dbfc 3,529 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.06 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: 720.76 GB
    • Received: 18.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.