Loading Tool

Explorer IconExplorer

Memory Pool

79,700 transactions
29.27 vMB
0.07658989 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt 53fa9a0a6ad489ba43485502247d5f0a25e6d7e4a72585a2fcbb50b8d410621b
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 4d8b61054d97d73dc5c595b49517c2ddcec94f3877734e1f73ab526e645ce84a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,073
Size: 1.00 vMB
Total Fees: 0.01509304 BTC
Feerates: 74.86 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (268,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,124 646,124 00000000000000000000e44ca1a1e89e57b033a5b921a418eb062538dd18598e 1,861 1.00/1.00 vMB 11
646,123 646,123 0000000000000000000702e1805e933e79b0e59642fa00f1b6e83017cd15839b 2,608 1.00/1.00 vMB 31
646,122 646,122 0000000000000000000dec7bf763aa3d65dcf775531b61f85b5f82ebb4f0f8f6 1,796 1.00/1.00 vMB 36
646,121 646,121 000000000000000000041b07c98553f0887d9f3ca92e366b266759976f0a4e26 2,496 1.00/1.00 vMB 23
646,120 646,120 0000000000000000000f9fed024bc6a683fad6b1652429f09acb66d3515539ba 2,810 1.00/1.00 vMB 79
646,119 646,119 000000000000000000087428c2b17cb3e462326281f307a218c5a77fc63b6fb9 1,842 1.00/1.00 vMB 76
646,118 646,118 0000000000000000000effe6a28206fb8f0fbc106dbc1e413155525982806031 2,704 1.00/1.00 vMB 100
646,117 646,117 00000000000000000003d56be6fa03ebe65e2547c1fdd50f2d46f3b76d0a0889 3,188 1.00/1.00 vMB 112
646,116 646,116 000000000000000000038d4da5b266006c9cf31d68ce3f75251cd131dc902c9c 711 0.31/1.00 vMB 36
646,115 646,115 0000000000000000000cf3fbecc0b4fd0418135c15c89661ca8212a801090841 1,799 0.96/1.00 vMB 47
646,114 646,114 000000000000000000067b19a813c2e8a0937f35efb6d568869b08efdc0b82cc 612 0.29/1.00 vMB 54
646,113 646,113 000000000000000000005daa93e10cc2a8b7a6d036eb1ed9a6bba40d222a4140 1,896 0.76/1.00 vMB 13
646,112 646,112 0000000000000000000a3b7bc4805ffe62460d88f943f6ce09493e0403a0b8c8 2,207 1.00/1.00 vMB 45
646,111 646,111 0000000000000000000f3d3263b0994f1436af8e4491063cc9d3e5969e0c0034 2,590 1.00/1.00 vMB 23
646,110 646,110 000000000000000000090568820f52fb722acf24cb96bc6f5fdde60e2bbb580f 2,539 1.00/1.00 vMB 35
646,109 646,109 0000000000000000000422e00d58a99c6d74de28d7d27eb8eb21abd0154983cf 2,024 1.00/1.00 vMB 26
646,108 646,108 00000000000000000005f2ea7335b8d94b9931c1ddbaa7147133370198aee42d 2,181 1.00/1.00 vMB 61
646,107 646,107 000000000000000000047755fc83badc5bc3b857d6dd57da9d53adf7a0721246 2,794 1.00/1.00 vMB 90
646,106 646,106 000000000000000000072da3494528f9495d422ce7d5d95d42ce47af6a3757b3 2,244 1.00/1.00 vMB 30
646,105 646,105 00000000000000000008534354d318964e34c5aea596b9ecf7f04291b6220ab2 2,123 1.00/1.00 vMB 93
646,104 646,104 0000000000000000000f421434e8cda7f64f9d2810be8e57d59af4d76755474c 1,512 0.64/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.73 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.