Loading Tool

Explorer IconExplorer

Memory Pool

80,975 transactions
29.96 vMB
0.07669953 BTC
Random Selection Loading Transactions
Max Size: 180.71/200 MB

Candidate Block

Mining Attempt 813ef3f257f1df4a039827f963f8d11ba5353827b055ff051f6167e28f8d6cc2
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 6077560dd4b47f6b5a4c71809ad4ea8d2e165572dd53b66875e65a454701147f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,087
Size: 1.00 vMB
Total Fees: 0.01556640 BTC
Feerates: 502.67 > 1.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (327,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,251 587,251 0000000000000000001822f7d53a0d1dfd8bb4937da7723658f631a0567929d4 616 0.31/1.00 vMB 29
587,250 587,250 0000000000000000001831382d8e1b4ab1145a061b3adcecbed22ce2287ef52e 694 0.23/1.00 vMB 23
587,249 587,249 0000000000000000001bc1de4f9bbbab5ed10c6bfe706c8b09f953f76bd7bd06 2,399 1.00/1.00 vMB 11
587,248 587,248 000000000000000000018e74c72904ef8dde0f4894aa60ddcc2afeb92891f082 2,654 1.00/1.00 vMB 39
587,247 587,247 000000000000000000135df9774918088406e3be9c7bb3ff2e0d83d6f43dabb3 3,169 1.00/1.00 vMB 45
587,246 587,246 0000000000000000000484f1c9181ea0b6d236c59e88cb82923191a1d867afb7 431 0.14/1.00 vMB 25
587,245 587,245 000000000000000000051db141fa64f5fed3db8fb495e8ea969705a4767cf7d1 2,551 0.94/1.00 vMB 28
587,244 587,244 0000000000000000000e9a59b8d02dc402efda7cf3755d2d348b1fbf3af2b8ba 263 0.08/1.00 vMB 29
587,243 587,243 0000000000000000000ad07bbbfe9426b5966b716249a87a0995cae1febb02a7 1,930 0.68/1.00 vMB 16
587,242 587,242 0000000000000000001828037bf5107862d2c07b3356309bc6c8b367e4e15a19 2,901 1.00/1.00 vMB 40
587,241 587,241 0000000000000000000b1b6a211c828fd06f2de6b0484b9bb6bec6a13a731824 3,064 1.00/1.00 vMB 20
587,240 587,240 000000000000000000116d811f4b8fde58b9b164e507d007f520673f2048865f 2,668 1.00/1.00 vMB 36
587,239 587,239 0000000000000000000a7e8fd364d883e99e4c5dfac863a52d8a3be2bce3f2bf 2,648 1.00/1.00 vMB 42
587,238 587,238 0000000000000000000fc7c6eec3e47d82c2e1851a812de00a4dbd1401555f0a 931 0.28/1.00 vMB 26
587,237 587,237 000000000000000000076beb114fe9aa7b5c2d940d838ecd1e8cc9aa4fabaed2 157 0.05/1.00 vMB 17
587,236 587,236 0000000000000000000265842ee056041d470b1365066788390b45b711f2734c 2,009 0.66/1.00 vMB 29
587,235 587,235 000000000000000000071fd026c65f3bd1da5f368fe7e3d8925da7fea2a83de3 2,197 0.69/1.00 vMB 32
587,234 587,234 0000000000000000001eaa927da6eac9456c1e26e985aa35cf133461802f34f8 1,894 0.64/1.00 vMB 25
587,233 587,233 00000000000000000005460f024e15b2f361567f145298d4cdcfce44474755db 51 0.01/1.00 vMB 27
587,232 587,232 00000000000000000000298453d55b2b6fe1e71acb3e2461be6776cdc93e5b78 1,951 0.63/1.00 vMB 31
587,231 587,231 00000000000000000006d063e66be6935d25517d8ce782216a97a1f639c2396e 275 0.08/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.