Loading Tool

Explorer IconExplorer

Memory Pool

80,287 transactions
34.63 vMB
0.17462879 BTC
Random Selection Loading Transactions
Max Size: 193.88/200 MB

Candidate Block

Mining Attempt 2c8585f4887ffdb2e5f2266370da537d429c2d69e28693ff940c814fa9f809d5
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 4c16d453912d3e444af3fa94880e8a891eb8b4913c65eac5f9d5e5317d62544f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,122
Size: 1.00 vMB
Total Fees: 0.04626794 BTC
Feerates: 150.93 > 4.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (438,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,710 476,710 00000000000000000065a5b498e88d2a6f1a4b05264882e213eb12f9989ce695 1,865 1.00/1.00 vMB 201
476,709 476,709 0000000000000000002f282a0120d821d348629c7bf55209630b7375c636dbcf 1,866 1.00/1.00 vMB 214
476,708 476,708 0000000000000000007cfe9c8eee0ed07ceefc8168a3c4d52d46864c295d722c 1,708 1.00/1.00 vMB 174
476,707 476,707 000000000000000001436cfd5bb28f44d0ba05af4d40594ad8a153ec11483d8a 1,744 1.00/1.00 vMB 234
476,706 476,706 00000000000000000136e0caca37210b3cb71725e3bb58838784c80e63f5e9b2 2,157 1.00/1.00 vMB 138
476,705 476,705 0000000000000000002b84eb607fb34ecb98fdcd143d89332193343635319e2f 1,997 1.00/1.00 vMB 170
476,704 476,704 000000000000000000887d7c334bddb72d1477a07d0674d15bafcc60011a8fd7 1,886 1.00/1.00 vMB 184
476,703 476,703 00000000000000000132abeea9443eb234029a4fb73d919120675f319d8fb3ee 2,163 1.00/1.00 vMB 240
476,702 476,702 0000000000000000001bc0acae978d70a4e7eeee4e4aac664ca8dc5c8bed687b 1,781 1.00/1.00 vMB 180
476,701 476,701 000000000000000001508ecdf8376b9edeb66d8df18bc4e3e7aedd6aacfcfc74 1,643 1.00/1.00 vMB 264
476,700 476,700 000000000000000000bd6ed8a9f5f2b1f2708e8c7eefb33a14ba95726bbf0810 2,112 1.00/1.00 vMB 240
476,699 476,699 00000000000000000076080a0d4748370deaa4a18f319aa87325c166857e3bb7 2,061 1.00/1.00 vMB 221
476,698 476,698 000000000000000000e977d7c5c5a81514c3ce6582246127941048ea3be16df5 2,026 1.00/1.00 vMB 268
476,697 476,697 00000000000000000061bed5664f5ecfe03a42f5c058887fbc178ecf561d00f0 968 1.00/1.00 vMB 128
476,696 476,696 0000000000000000011477d21c91f954baad8f28772714020343c901d00aae83 573 1.00/1.00 vMB 95
476,695 476,695 000000000000000000b1b5a79a9a679b34b108a255ccaed424d7911443696f18 571 1.00/1.00 vMB 78
476,694 476,694 00000000000000000033a8cb8c68d1aba7054ec3e53fcc1aa2b99ffcd1289cd9 629 1.00/1.00 vMB 75
476,693 476,693 0000000000000000005650a119f4d1373e5dc1a8226d41e60b58f4b1545df6df 1,002 1.00/1.00 vMB 115
476,692 476,692 000000000000000000c421aebf9a4270d5939f0be9cd0abe8ab66f242a7e7aa2 487 1.00/1.00 vMB 74
476,691 476,691 00000000000000000059dc4a43534b0bfe39cf833c8772ee0a594c75bae7abd0 124 0.05/1.00 vMB 154
476,690 476,690 0000000000000000012c3951eaeba2d70d49ec4a6a605944a5db3715676b8497 381 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 783.11 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: 734.16 GB
    • Received: 18.55 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.