Loading Tool

Explorer IconExplorer

Memory Pool

39,613 transactions
17.54 vMB
0.13959580 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.68/200 MB

Candidate Block

Mining Attempt 20186836ce6872aac754cbbf81340d65b0eac2d521fc71970327d9c81f0e296a
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 6267f3ed84444537181c0bde9b71cfb9f1ebd00d8b0b2cc8a6705296e3a83bf0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,238
Size: 1.00 vMB
Total Fees: 0.03684709 BTC
Median Feerate: 3.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (766,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,575 146,575 00000000000008ed6a94b7330476fb7dc542689579bf522bea4f0fd5f17835ab 23 0.01 vMB 128
146,574 146,574 00000000000006066517f70ea5de1caff1c307c6707851fe0112a3c2e2bf8290 90 0.02 vMB 143
146,573 146,573 00000000000003a09315e8083676552b4a4f5982695b744e7dbf8754162a283c 5 0.00 vMB 94
146,572 146,572 0000000000000883f1bf216130a7b83ea76ff75ac58f6d05f3b5fefcf9f575c6 4 0.00 vMB 0
146,571 146,571 00000000000002c03518e7a00085ce857d6aa5c64ed743ba6ce1faa24b0bb424 18 0.01 vMB 39
146,570 146,570 0000000000000555eb2dc043b46ebe6de02cd899a17758a7ca5aab5ba7ab7585 43 0.03 vMB 147
146,569 146,569 0000000000000444de41397232a6bff88d647a73aa4a21fcf192de799c82aeb1 8 0.01 vMB 201
146,568 146,568 00000000000003fde87a3113a08a9272c73f78062f82a19b24a49e1443f34068 2 0.00 vMB 0
146,567 146,567 000000000000089474cf7f44834952d86d188f00bbfecb30f52139d9f15ea1e9 132 0.04 vMB 5
146,566 146,566 000000000000033fbbe633c78c5c74f27bc469f104b2c2d4287aff1ad75da048 58 0.03 vMB 56
146,565 146,565 00000000000006220865c8bd5cecfba9b6422abd192f40340cfe85e529db1823 4 0.01 vMB 1,029
146,564 146,564 000000000000023d234893c82b0d05b3ecee9868ed4f7600dc57e4305dab1a3e 3 0.00 vMB 71
146,563 146,563 0000000000000826943565d399426857a5194c22eb598102e5e08fd6e6569939 45 0.02 vMB 88
146,562 146,562 000000000000019300d2cb353ed3aafa04426e96c9c820ee6f66838f9ffecefa 17 0.01 vMB 228
146,561 146,561 000000000000007c29e2901e3079f3be825ee38ef0d0d94d7e11913b5c4dda22 79 0.03 vMB 124
146,560 146,560 00000000000005777748d2995530637ba478182eb13b97ac345015d13f7d6e69 7 0.00 vMB 104
146,559 146,559 0000000000000087c712729e154a8fb4fcce5d06916378b564c4cadd02afd7fc 7 0.00 vMB 0
146,558 146,558 00000000000007ad33178f485b2a4350f81348771db04be0996df06814203de2 21 0.01 vMB 156
146,557 146,557 000000000000092186c037aa577080e91648d7ebe888b41908676a12c3420383 49 0.01 vMB 6
146,556 146,556 000000000000060644951c257d3cc00e7222f2bcda33a46c7e11d9d86af6b5f2 38 0.02 vMB 33
146,555 146,555 0000000000000431a7b9864e3e44b21dc46c3a03a81de0fbb16cfdf79ef3d25d 54 0.03 vMB 251
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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