Loading Tool

Explorer IconExplorer

Memory Pool

78,900 transactions
29.53 vMB
0.07092966 BTC
Random Selection Loading Transactions
Max Size: 177.50/200 MB

Candidate Block

Mining Attempt b59851df25a5a685e16c7cd158e767da7dfe87101b889ed982cd55a9220c8514
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 92e38c774985ed38bdf09e7e8eab1d6bb9d69d9fc2a2ae92f5045dba289fce66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.01089421 BTC
Feerates: 150.93 > 1.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (351,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,951 563,951 00000000000000000011c7ab652d5996c5266d171a1351ff2bca3c987170807a 1,954 1.00/1.00 vMB 16
563,950 563,950 00000000000000000024568a3ababb9910fb927f8149f852085ab4a54bc692c0 2,891 1.00/1.00 vMB 32
563,949 563,949 00000000000000000007f5c1a2031c91eb44c78745dcfed79693e9e8ab4bf006 3,601 1.00/1.00 vMB 49
563,948 563,948 000000000000000000210b89a5f133fc870637e30fb69984cf09f6917ff78cd6 2,893 1.00/1.00 vMB 39
563,947 563,947 0000000000000000002271b3d11c1b74d1e4ece2460a1cbbfe1ccbab3c33f881 1,971 1.00/1.00 vMB 6
563,946 563,946 00000000000000000017c9be6ff85acccfd8294e868cc68dbd3abd135faba1e2 2,119 1.00/1.00 vMB 15
563,945 563,945 000000000000000000267769c268572d01944d97ca6e8e7c32afb9d860878509 2,783 1.00/1.00 vMB 40
563,944 563,944 0000000000000000000878c20e41fcb8ddaec29cf88a868d47f024f3aefe2ae9 2,961 1.00/1.00 vMB 14
563,943 563,943 00000000000000000010fd10a17fa358d05c2a86f98faf65e19d66b0dde0c9ce 2,848 1.00/1.00 vMB 46
563,942 563,942 00000000000000000001d994d32e8081eb886c31b98944536647cd0fc031d636 2,806 1.00/1.00 vMB 32
563,941 563,941 00000000000000000028e1d6485078b31125c82ceb7a98e63282cf0e5a2f1fc7 1,476 1.00/1.00 vMB 35
563,940 563,940 000000000000000000086b45d70f3c775af5725bc378ed265bac235493d898df 1,907 1.00/1.00 vMB 19
563,939 563,939 0000000000000000000b3b136f33727d421b49dcd4db0db29b8a56893214e334 3,091 1.00/1.00 vMB 35
563,938 563,938 0000000000000000002aabdce5e5c53bf87fccb60d985e927dec2a9052c7405a 3,209 1.00/1.00 vMB 49
563,937 563,937 00000000000000000022f8601a6ab772f60bd26557cc74458044f98297ddf0c8 2,668 1.00/1.00 vMB 8
563,936 563,936 000000000000000000277f9eb5878056eb23badc33c43378de05af8b49078ef4 2,926 1.00/1.00 vMB 16
563,935 563,935 00000000000000000024d762fb720529ec5efeea510011a82d53858f0fa4543d 3,199 1.00/1.00 vMB 38
563,934 563,934 000000000000000000124e4f94e0921f33335cdd217dfebaeb0a2ff126bb321c 2,846 1.00/1.00 vMB 29
563,933 563,933 0000000000000000001e6cf2c6888c297d6ed612555cf936ea24b452d669f0b3 2,894 1.00/1.00 vMB 30
563,932 563,932 0000000000000000000b348ee3cfe241384a3b3923f9f6b3ea239ceb8c1f6619 3,160 1.00/1.00 vMB 49
563,931 563,931 00000000000000000014e2f61dbe8dee221e0df172990b62f2651ed4d7da0f17 2,322 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.