Loading Tool

Explorer IconExplorer

Memory Pool

81,197 transactions
30.66 vMB
0.08078510 BTC
Random Selection Loading Transactions
Max Size: 187.23/200 MB

Candidate Block

Mining Attempt 42bb81b1e5f7568be4529f83f4362998466e7ef0296bdc3caaab2169ec2f942e
Version 20000000
Previous Block 00000000000000000000d1d2ad17fc19c6d3c0ce75e637dbcce014786420ab4b
Merkle Root 662a3e7de6e4a2bc7a16e81714a144d641c4255811922dc3c063901f716a9b9b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.01160793 BTC
Feerates: 81.27 > 1.16 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,357 (466,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,882 448,882 0000000000000000030093b13e4f30ef2b3d8b8594554a13e43144c36853f261 1,593 1.00/1.00 vMB 53
448,881 448,881 000000000000000000b5d407d22595fa75aa86e80cffb47ef684ec6997ba647a 528 0.93/1.00 vMB 10
448,880 448,880 00000000000000000078fb61d01570f02c5edb748904570409d7ab72439008d3 1,992 1.00/1.00 vMB 45
448,879 448,879 000000000000000000ced78c1294a0758a0907216153921e2197fc682ddb302e 2,336 1.00/1.00 vMB 80
448,878 448,878 0000000000000000021215c46f5320d11b94f3d96d933153e77ac1b13d1ecb0d 2,363 1.00/1.00 vMB 82
448,877 448,877 000000000000000002ef39a32928dd47ece9fd9f72fc681f231deb0ba90e1953 2,425 1.00/1.00 vMB 72
448,876 448,876 0000000000000000027f39d729232aaedafc0e9a8d14f276c8ecb746e8c09590 1,884 1.00/1.00 vMB 83
448,875 448,875 000000000000000001d3f6617020e27d84b413ed64934974ccaffa6f49463557 2,776 1.00/1.00 vMB 72
448,874 448,874 0000000000000000029eac1c39a893ec6c1176f351685db32cb29e69d48e52d8 2,166 1.00/1.00 vMB 110
448,873 448,873 00000000000000000031a0545d8b5cf47f158c304877a0dc1edb462a74acfc6f 1,920 1.00/1.00 vMB 99
448,872 448,872 000000000000000001676adf1edaa00a77d671766b05a5ced38f5f3a3e0e6df7 2,234 1.00/1.00 vMB 82
448,871 448,871 000000000000000001fca47996d9192da3f77e8859ea3c2a83186d66b9b276d1 1,551 1.00/1.00 vMB 94
448,870 448,870 0000000000000000029be9a43d6dcac87fdb6f4e95705fc781003063fbfd7f37 2,516 1.00/1.00 vMB 105
448,869 448,869 00000000000000000163a23b57e524e1165e9b2e13ffb40f8d40f0f73b18197a 1,976 1.00/1.00 vMB 71
448,868 448,868 0000000000000000028241e88c9cee21442162264cf4a72b235d22471f4bfc14 1,846 1.00/1.00 vMB 89
448,867 448,867 00000000000000000241d63bb10c26fc8df4411dca644d2661179036cdaee7e8 1,765 1.00/1.00 vMB 120
448,866 448,866 0000000000000000029f9fd94c49b4f747561f1b442a3f828aad605fdf4363f0 2,504 1.00/1.00 vMB 98
448,865 448,865 00000000000000000306f28f3b6b3ed1735991340b2a4a8cbc4e6b762db38288 1,931 1.00/1.00 vMB 61
448,864 448,864 000000000000000001083dba8bf42c3428cb5010ec06ae18fbbd8c53007b4994 2,149 1.00/1.00 vMB 70
448,863 448,863 00000000000000000339d6739f1c0234b13439be9216f23847c4caca5d11c1a7 2,106 1.00/1.00 vMB 103
448,862 448,862 000000000000000001f2634ec01853a91e895bb91308a4d1a6b92f8514e0dd2a 1,102 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.98 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.