Loading Tool

Explorer IconExplorer

Memory Pool

76,953 transactions
28.56 vMB
0.10025438 BTC
Random Selection Loading Transactions
Max Size: 172.73/200 MB

Candidate Block

Mining Attempt 57e7f85e5f90de6f189ce796043557639034e9146f1c8a3ee01b54a059784f13
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root adef4b92da2f866a7be0e3b65b65e89e0e17754428ebc0898f932551bf025344
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,395
Size: 1.00 vMB
Total Fees: 0.03507281 BTC
Feerates: 150.80 > 3.51 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (210,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,435 704,435 0000000000000000000cddafecaf26e342be648f7e129c0d00342f357339652e 1,650 1.00/1.00 vMB 9
704,434 704,434 0000000000000000000a6a2635613da1eeb58a9e671cef744536000f6da55233 2,924 1.00/1.00 vMB 25
704,433 704,433 000000000000000000089b40567fded6b53d4a6bb077880618dab6a5c589b06a 2,769 1.00/1.00 vMB 16
704,432 704,432 0000000000000000000df3356e4662b053cd80ffee9c86867e7c80c3531c6be0 63 0.02/1.00 vMB 16
704,431 704,431 0000000000000000000bb7d8f770fea6b4357fdf021943c347ce5e2878c04aba 1,134 0.44/1.00 vMB 12
704,430 704,430 00000000000000000006c3407fb247404a77695a875b300c6bff983ed75b9a16 261 0.07/1.00 vMB 14
704,429 704,429 00000000000000000002cd664ea074926d6455b76a2b17d8c60651a00d9bcb1a 1,095 0.37/1.00 vMB 13
704,428 704,428 00000000000000000001ee77c90404a30c9c423088f96bde86d139b47145a4d7 651 0.47/1.00 vMB 7
704,427 704,427 0000000000000000000babec08df0c00dff6f54f7e1ea16f6a4dd808f031ab10 1,930 1.00/1.00 vMB 10
704,426 704,426 0000000000000000000ba439afeeaf63c7be4cdef91d720f423dbeaf68c1159c 1,425 0.98/1.00 vMB 10
704,425 704,425 000000000000000000036d2d80c0e1e21e324c13e6b4d93e8a267971c744e6c3 306 0.07/1.00 vMB 13
704,424 704,424 00000000000000000004018fcb7745cf7a8ad3133c55441688ecd872b7cdf099 1,267 0.40/1.00 vMB 17
704,423 704,423 0000000000000000000611a0370f425a45deecfbf0ce17e441c01290a569065d 296 0.23/1.00 vMB 9
704,422 704,422 0000000000000000000718aa9da4c00d3ee950d6e7d6fb9dca28254f5a49ea83 810 0.46/1.00 vMB 10
704,421 704,421 000000000000000000078a12dcddc95b3c3790c0b608e35d84a06fb4833852d6 1,641 1.00/1.00 vMB 8
704,420 704,420 0000000000000000000848892c39bd8f30bcd4f7b61804f0b7b5e82c04b10ded 2,481 1.00/1.00 vMB 6
704,419 704,419 0000000000000000000cd4b3993227c20079bd4b162b66c3373a3882e1d37dbc 2,685 1.00/1.00 vMB 11
704,418 704,418 0000000000000000000b26e85bab093a1b8613efa2878faaec8710444d1505bd 2,989 1.00/1.00 vMB 27
704,417 704,417 00000000000000000002160bc5096157f7a1ea9e2cd5da16fcadc3fca9b86204 1,438 0.60/1.00 vMB 12
704,416 704,416 0000000000000000000d21e560b40958d5046301b4df0cc70a8f9dd318e6b9cc 1,054 0.49/1.00 vMB 11
704,415 704,415 00000000000000000009f35c0fb7e382d2ec83b08e707f79575397cb966c07e5 1,438 0.82/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.63 GB
    • Received: 17.21 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.