Loading Tool

Explorer IconExplorer

Memory Pool

83,373 transactions
26.59 vMB
0.08985289 BTC
Random Selection Loading Transactions
Max Size: 167.82/200 MB

Candidate Block

Mining Attempt fa18a164708803f86a4568b8e225f018f83011de28e62f697fd31e8f9d61d506
Version 20000000
Previous Block 00000000000000000000d59abfc71068578900077b86a047e79fe2fc5dd5bee7
Merkle Root 63f95e97173a6ce0111f9bd3ff8ea90b09c715c6643335b85a5be6928fed0429
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,507
Size: 1.00 vMB
Total Fees: 0.02922151 BTC
Feerates: 361.67 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,947 (906,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,180 9,180 000000006214c7719ee0a5e5805c6fd301df2f47f676156998a3ece913defc22 1 0.00/1.00 vMB 0
9,179 9,179 00000000f526ef6d614f818127852c5a09f69942e9bbb04a7b15cb6f68af64e9 1 0.00/1.00 vMB 0
9,178 9,178 000000007ac01c82eae9bf66761bb315bc29c72517d3b024033b5223d821ae2a 1 0.00/1.00 vMB 0
9,177 9,177 000000002a18e023fd07151a80d14b5920af4621149f56b3ee9b8ad9801b1c4d 1 0.00/1.00 vMB 0
9,176 9,176 00000000a339f72d1190f919b401f8f199ec85224fd8921977a40c35b4496dcc 1 0.00/1.00 vMB 0
9,175 9,175 0000000082635ed303ee7abe0a3f33e4d129463b073d2c2d74001920581542cd 1 0.00/1.00 vMB 0
9,174 9,174 00000000212493fbc194d3ad6b4919eb1e5d12de5fda10b792df87d6181dbd83 1 0.00/1.00 vMB 0
9,173 9,173 000000008725c2ef27dc2a293c97bb446586d4aeeb1f9b62eb9f94c347bd1a76 1 0.00/1.00 vMB 0
9,172 9,172 0000000025bc5e1e48fa381ac934cbdf4c59345deb9fcffc7566de29da908317 1 0.00/1.00 vMB 0
9,171 9,171 000000006566568c459e2b3b65fffae27ecac3b43b7903a5adb2b94bb5836c33 1 0.00/1.00 vMB 0
9,170 9,170 000000000588b4c76288c72d8855b588d5e96410cd8cbc62a1109215150b4be5 1 0.00/1.00 vMB 0
9,169 9,169 0000000086eec0b41a46401c0c2ef1058a9ed6a724b621b7ddd79527ace70f67 1 0.00/1.00 vMB 0
9,168 9,168 000000004446faea44e4a0ece765fa7c00eafd3b6d4d3b2ccb1333d83efe3a7f 1 0.00/1.00 vMB 0
9,167 9,167 000000001c77a7c7631f4c6ad357b620492a81bee8031f9296f9c6626b2f499d 1 0.00/1.00 vMB 0
9,166 9,166 0000000019778aeb88ca3218c0c400a9ec8941071d4c441ac3ee57954b3025e4 1 0.00/1.00 vMB 0
9,165 9,165 00000000f882479c6dde4f383a80754b7c95a9587374ca0dc80a95b45ffabc7d 1 0.00/1.00 vMB 0
9,164 9,164 00000000b9c5ea6944de09d7ce8fced015ecc0784884743ec09ecaae17cd7220 1 0.00/1.00 vMB 0
9,163 9,163 000000006ece34627639ed4f61f50271c1728d7054aebc4125e94323d478de5e 1 0.00/1.00 vMB 0
9,162 9,162 0000000013c1c955d8d14f7900f038967ed33183fb6dcd951e7c25447500e535 1 0.00/1.00 vMB 0
9,161 9,161 000000006714b9228d28fec96bff6f515ad2a7e5749a0d05976c9f7636bffaee 1 0.00/1.00 vMB 0
9,160 9,160 00000000acd2ef888a5ffac36d379c510bcb6ceb522bceb36c199d1b0fe7589e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.03 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: 800.36 GB
    • Received: 22.81 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.