Loading Tool

Explorer IconExplorer

Memory Pool

90,301 transactions
28.15 vMB
0.08490175 BTC
Random Selection Loading Transactions
Max Size: 178.53/200 MB

Candidate Block

Mining Attempt eea81c0b3bb4ab0177c7bf7626abd00701b3bd21e1fdb26c6f489546702eae82
Version 20000000
Previous Block 00000000000000000001111339e4707274b3f17e2b9120b299ce38ec334c3616
Merkle Root 34926c139af29793eef01ad332bd634ba9b2d2187fbbed5864aa9cdeb9bda3e9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,865
Size: 1.00 vMB
Total Fees: 0.02118506 BTC
Feerates: 401.41 > 2.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,937 (906,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,189 9,189 00000000402b05fe01a01f6c8cf73d0765407994bc95d5a2d833e1f34f9e653d 1 0.00/1.00 vMB 0
9,188 9,188 00000000cdf03f5843f16bb40456cbf509280afa5093404a8eb2b76d4d7e694f 1 0.00/1.00 vMB 0
9,187 9,187 0000000065f35f8f590064aae9c964227a29b0e433abd4d85978c34225aa8fb8 1 0.00/1.00 vMB 0
9,186 9,186 000000003865dd95666b8196090790c5952d7ee45e9dce3e7bc991212a3dc975 1 0.00/1.00 vMB 0
9,185 9,185 0000000092cfcd02dfb69c6b137fe1c864dea27cc09734ed766bfb9df84ee8b1 1 0.00/1.00 vMB 0
9,184 9,184 0000000049d65f49caa5f7e9eaa8c2f7aa405c21f744afebf17337b81452691d 1 0.00/1.00 vMB 0
9,183 9,183 00000000969d282687ef375d72be4042b9ee819bad53632164d406f16f0cd4bc 1 0.00/1.00 vMB 0
9,182 9,182 00000000fb64b966746c14a84f563b59adc1202b65134d22c49254a688becccc 1 0.00/1.00 vMB 0
9,181 9,181 00000000e5a590bf0cad56ef68b0f9a276c48d15f34c03892a0ad47aa918e8f9 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 784.00 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: 799.53 GB
    • Received: 22.72 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.