Loading Tool

Explorer IconExplorer

Memory Pool

74,053 transactions
27.42 vMB
0.06786790 BTC
Random Selection Loading Transactions
Max Size: 167.31/200 MB

Candidate Block

Mining Attempt 7732488db59a77e36bd111c4bc89ceccb632f1d1a4b8d66f9bbc39ae255a4e6c
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root a9caabc015e9f6ca31aaa6bcbe2504b8a036a0efd5b36f452bba22712c72b242
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,886
Size: 1.00 vMB
Total Fees: 0.00953507 BTC
Feerates: 65.93 > 0.96 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (776,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
138,988 138,988 000000000000003686d9a322250c732d5a64b44f905ea8260746e2dd01ba90b8 107 0.04/1.00 vMB 197
138,987 138,987 00000000000001c396b7734275eb0c88e24bb6f10dca479c06821e9207ce09f0 15 0.01/1.00 vMB 251
138,986 138,986 00000000000004ba1b4db214a9b298d113783bde12e6bcf1814aaee3a4a781fb 8 0.00/1.00 vMB 51
138,985 138,985 0000000000000270ee2093a2d62b6b3d3e3da88de0f6909561117ca9a5b435fb 49 0.03/1.00 vMB 315
138,984 138,984 00000000000003ffa100a7ae5bd8be357c208a45593ceee0814424ce61838b3a 141 0.05/1.00 vMB 300
138,983 138,983 00000000000000adffc9a2d684a7a59c40f7d6bfda3f66523e87d0f8d7f87100 44 0.01/1.00 vMB 603
138,982 138,982 000000000000043e044fed082439b7b9d87cc46f50e2e4ed3d6f97724d04a3d6 40 0.02/1.00 vMB 199
138,981 138,981 00000000000005347609bdf9083a13157d78dcca9e0f499d993120a661c015c3 60 0.03/1.00 vMB 159
138,980 138,980 0000000000000429061fe15d29d367a22d2ad6b42ddf82fc0d2dbf1ee466bf23 39 0.02/1.00 vMB 192
138,979 138,979 00000000000009c9155694d6cebdf6515a3a43713a33c5ade293181087c5d82b 10 0.01/1.00 vMB 394
138,978 138,978 00000000000003e637acf1d6ce1b9a540fea4cb6f0935a86dd9e88d6ce99a239 9 0.01/1.00 vMB 143
138,977 138,977 00000000000000f896d84763c38ea46fe28d246f05e981a4b1415d0d946a9b5c 70 0.03/1.00 vMB 32
138,976 138,976 000000000000084f850d65ceae1eeb0075bec18c8a3fb3f0ef5e025449869695 90 0.05/1.00 vMB 126
138,975 138,975 00000000000003a0e2233a2c5a7ac3b3a432b05a9911382f723af0e58575c674 36 0.01/1.00 vMB 256
138,974 138,974 00000000000004293a0b5fe41ce7d4c624ef3637693c7a97dc6c5d784fcfa315 27 0.01/1.00 vMB 352
138,973 138,973 000000000000074dc68eeddc56340eb769dc24f84e19126f3f84868689ec8672 10 0.00/1.00 vMB 61
138,972 138,972 0000000000000193c65103cc9bf5a009ba739ccd3a63a029a0dab2fe2a7fe49b 21 0.01/1.00 vMB 61
138,971 138,971 000000000000005131a569703b6592374c991a24f27911dbf777dfe65305b233 158 0.04/1.00 vMB 16
138,970 138,970 00000000000002ce8aaaa8806aef9b9e4346751db79457cfa0165af939896ce1 71 0.04/1.00 vMB 134
138,969 138,969 00000000000000c266939cb8878dd9a47654f054700f28c877ecf1be44f66035 95 0.05/1.00 vMB 198
138,968 138,968 00000000000002e4ded09b986c3fb05f8e18fbd433be9b2c76f4f701d609f23f 105 0.04/1.00 vMB 1,609
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.