Loading Tool

Explorer IconExplorer

Memory Pool

29,234 transactions
24.74 vMB
0.05430429 BTC
Random Selection Loading Transactions
Max Size: 122.57/200 MB

Candidate Block

Mining Attempt 816ac440298d4541691e8dd5e9d7afb83dd1ada77de2d505e9af1bb41437269c
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 718a86aa757b400dfc3307ade2e08047d2f25e8d34fd5c3d9913d137f0741002
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,210
Size: 1.00 vMB
Total Fees: 0.01022921 BTC
Feerates: 73.20 > 1.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (790,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,879 123,879 0000000000004049d95c6103b94c5b94e957fc19bcb2c2c44c271bc2351e63a0 11 0.01/1.00 vMB 360
123,878 123,878 000000000000569e4b83e4b8a939fc77dab83003b681b79682c2200924cb8972 4 0.00/1.00 vMB 2,349
123,877 123,877 000000000000603f0d4c8194c33e1a7b3cdd3e399b60669f72d4d11f1d209781 48 0.02/1.00 vMB 375
123,876 123,876 00000000000064370d61866281ef926c789ce9afb017b64bb0b34bf99c3ae57b 3 0.00/1.00 vMB 0
123,875 123,875 0000000000002eb9a5dad5b790c4525bcf9eedb6f62a6dc99c383c538900c89e 7 0.00/1.00 vMB 1,177
123,874 123,874 0000000000005a2750b9ff88ff87b4e39d1c35039a2a709b68270e36354f10b7 27 0.01/1.00 vMB 295
123,873 123,873 00000000000004dfc3e7f8714b9ba9d138d5d443d7ca2a8aa608e58045f20a40 4 0.00/1.00 vMB 539
123,872 123,872 000000000000431b1b60ff35360675f48e4226b38934be2b4736810790829983 15 0.01/1.00 vMB 0
123,871 123,871 00000000000015168958b24b58981c573be8326ce62b638c7e4827f08fb7fc9e 25 0.01/1.00 vMB 627
123,870 123,870 000000000000414a5ff2490d0014fe10f692b92c57554a20e91bc5bada3a9cf8 73 0.02/1.00 vMB 2,304
123,869 123,869 0000000000005175df8874f29eddf02d7846c6cf6609e7302fea8336016ee23d 13 0.00/1.00 vMB 0
123,868 123,868 00000000000065f4aba0c09cc9a387f470d5bbe8316f436e4e3724d6a802d5b2 26 0.01/1.00 vMB 162
123,867 123,867 0000000000003a152fa9e40574e58865daa6875e1097133b613148f8d179d89d 3 0.00/1.00 vMB 1,783
123,866 123,866 00000000000027244f88e091a03c6bb6a24b22ebdbdf7353b4a280b00a2aa9e7 8 0.00/1.00 vMB 674
123,865 123,865 0000000000005d741a999408269df91c8c47dea8e46c11751587d7c399492160 12 0.01/1.00 vMB 385
123,864 123,864 0000000000001254b8c7df21bc66cf148411772ec986be92575dc0b03f047fe8 1 0.00/1.00 vMB 0
123,863 123,863 00000000000002ef850871004a0d3bd677129b9f5280389b1ba29e8caa3e4a96 17 0.02/1.00 vMB 1
123,862 123,862 0000000000000dc0497039eaa5439f558a5aa2fede86e5a053904d209efc0fa1 37 0.02/1.00 vMB 621
123,861 123,861 00000000000012546d911728b6e6ee9dd7018063e631b30b3bac7fdc66d78656 2 0.00/1.00 vMB 0
123,860 123,860 00000000000010e394621557b0e69e3de56a39c6138b9aeff73e9c8b94a2e8c1 15 0.00/1.00 vMB 473
123,859 123,859 0000000000005422f8d64c1eaf4229f83023e0386cc9a958c033ca3d034853c4 7 0.00/1.00 vMB 699
Previous 10 blocks ↓
Total Size: 781.86 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: 641.89 GB
    • Received: 12.53 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.