Loading Tool

Explorer IconExplorer

Memory Pool

80,844 transactions
30.90 vMB
0.07769164 BTC
Random Selection Loading Transactions
Max Size: 187.85/200 MB

Candidate Block

Mining Attempt ef17360a04b197794cd05820b8c51393dd1da067fc7c39e3ce42afd00969edab
Version 20000000
Previous Block 00000000000000000000434d606c3a7811f2f11a15f2cf209ba28821c827a687
Merkle Root b618fdf4c22d937bfd2b7967ae96355a31bd4cd067b3cfd86590755fd5f47576
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,567
Size: 1.00 vMB
Total Fees: 0.01134151 BTC
Feerates: 47.33 > 1.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,195 (273,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,319 641,319 00000000000000000009904b95073af5da2558766f02a9538d00559f75a7382b 2,463 1.00/1.00 vMB 145
641,318 641,318 00000000000000000009e03da5d4e0e704d0ee12c946316e1b2b192885278b45 1,704 1.00/1.00 vMB 76
641,317 641,317 00000000000000000001e7093bf44d2473df3c1fa5a9e3e1b544676eccda0fce 2,550 1.00/1.00 vMB 56
641,316 641,316 00000000000000000001fc8ae571a53f10b2f2bd2529a1d9444ee78820258216 2,751 1.00/1.00 vMB 108
641,315 641,315 00000000000000000009d8e902464086b9fb457f91e06438b1cbbd03968b5bf0 2,740 1.00/1.00 vMB 114
641,314 641,314 0000000000000000000fe1fe3048b5231bd577f0a9486460691981a124edacbd 2,273 1.00/1.00 vMB 111
641,313 641,313 00000000000000000009a7272fc46ff57981d149746ca89682e1ea72723f9a4b 2,551 1.00/1.00 vMB 165
641,312 641,312 000000000000000000067e14c07b50025455a26cd745ed32247a64ab917e677e 2,453 1.00/1.00 vMB 65
641,311 641,311 00000000000000000007f095af6667da606d2d060f3a02a9c6a1e6a2ef9fc4e9 2,738 1.00/1.00 vMB 139
641,310 641,310 0000000000000000000eec2a5431e9d49f2c34d6faff9a11d5526ef55b8da374 2,501 1.00/1.00 vMB 90
641,309 641,309 0000000000000000000a2304cbb50ec4d17d1efd1cf0c561e7077b9a20401440 1,428 1.00/1.00 vMB 23
641,308 641,308 0000000000000000000bd43b6f8b357d344f14328cdcccf40c07a2cdb77fd7c9 2,495 1.00/1.00 vMB 67
641,307 641,307 00000000000000000006d4fdd0fb8238721dd2ce30fa07e0faf19148d8c40c7d 2,387 1.00/1.00 vMB 111
641,306 641,306 0000000000000000000c21683f3d8509ba7814e6fc6ece791c6e191d23393e5e 2,408 1.00/1.00 vMB 74
641,305 641,305 000000000000000000037f347a3ae26ad4c555f6428d166c664ec2b2be9d04dd 1,821 1.00/1.00 vMB 97
641,304 641,304 0000000000000000000cbca32cb414562a2b1e23b9d56496eb23bd3753fca143 2,270 1.00/1.00 vMB 155
641,303 641,303 0000000000000000000a55aab357c558da725d247cedef2cb5cc39b13258ab62 2,114 1.00/1.00 vMB 140
641,302 641,302 00000000000000000008dc01e2ee090156e00b896b6a3f9a3d522618ed1e2089 2,198 1.00/1.00 vMB 114
641,301 641,301 000000000000000000046df24a697bedf6163dbf15651c3e19059a77019b584a 1,953 1.00/1.00 vMB 25
641,300 641,300 00000000000000000006ef0663fcd7df4d9189c322ca4d449b2c44ae921c3a99 1,916 1.00/1.00 vMB 31
641,299 641,299 00000000000000000001d280f871e4790a3fca49a63e9a336b2b34ba4814ef59 1,991 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.73 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: 707.61 GB
    • Received: 16.69 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.