Loading Tool

Explorer IconExplorer

Memory Pool

41,457 transactions
28.97 vMB
0.08224557 BTC
Random Selection Loading Transactions
Max Size: 147.68/200 MB

Candidate Block

Mining Attempt 17c85335406ddf68c0877d074ef7517c18ab8686e27de62d7cd7f91c10388093
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 30b7a8dbc2b04ff21d894c75151c48b6fe186cbfa4a7e0c00749915d47f6b796
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02566023 BTC
Feerates: 150.93 > 2.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (565,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,830 348,830 000000000000000016bbf7acd239875d8510edd258364ecbe418f0db56b40244 393 0.41/1.00 vMB 8
348,829 348,829 00000000000000001344f1bacc3ebe47a5a3172e0fece03482188e906625fed0 1,382 1.00/1.00 vMB 30
348,828 348,828 00000000000000000ec7b14e3b3690d9ff2db21c99e674e5f25e00986ca96396 1,982 0.75/1.00 vMB 35
348,827 348,827 00000000000000001460faad4b9da6ce169bf18fc6be60bd9b7d1f21494564f0 209 0.50/1.00 vMB 95
348,826 348,826 00000000000000000b25f176797e0a53be160bb9c65795327183d5f1bc4e8fe9 709 0.46/1.00 vMB 23
348,825 348,825 000000000000000009aafc2337bd3484cc89d38c13effc8daac46eb427b56332 712 0.46/1.00 vMB 18
348,824 348,824 0000000000000000016cef428a4ebebf0e51114280e25d20832e6e3360c6e2c6 1,070 0.61/1.00 vMB 33
348,823 348,823 000000000000000013e1479222d3943c6cd1c9880d8ab7143a38f86669ce27a7 1,161 0.75/1.00 vMB 21
348,822 348,822 00000000000000000a3336cddb457c360aaac1731287654b250d1a558149d2c5 1,756 0.75/1.00 vMB 32
348,821 348,821 000000000000000004535dab2b9d07c6557de3519987a9809305dfdb6fcdc7dc 630 0.28/1.00 vMB 28
348,820 348,820 00000000000000000dfd4ebb64c922f0c021ffdc3d843bfda4be62ceb70cb4a1 999 0.62/1.00 vMB 25
348,819 348,819 0000000000000000148e77a59b0b5d6e5198d28c29a9c26d4861bcb5293daddb 239 0.27/1.00 vMB 36
348,818 348,818 000000000000000012764097ee0ac22aefcdc62f7ea9734d12e5201015c6fc4f 310 0.16/1.00 vMB 27
348,817 348,817 000000000000000005abf9ad531606432652320ce06acb8513911c8545d1bb42 512 0.25/1.00 vMB 28
348,816 348,816 0000000000000000175ebdd268e7a99f33e265422bd09fdf7d335c4ff1b8588f 394 0.36/1.00 vMB 13
348,815 348,815 00000000000000000875411a197fd0abd346d2d2fb13278048117ff7756a984a 1,105 0.50/1.00 vMB 34
348,814 348,814 00000000000000000f1092f69fdb6a2b5b65a75ae313393d3af6d01d2b4b17b8 78 0.04/1.00 vMB 21
348,813 348,813 00000000000000000ae8694b696ffcb55cbdca0f3ce0026a128a32a0e12534ad 411 0.43/1.00 vMB 70
348,812 348,812 0000000000000000020e86eb19dc8d8a3897e9fbd4e946082692d0e56d3f3c55 1,024 0.70/1.00 vMB 23
348,811 348,811 0000000000000000137fd1681bbffdf3f87684e8c8969b4062d4d7de8d651a6b 1,386 0.75/1.00 vMB 27
348,810 348,810 000000000000000006e97d7ed49f364b4b8e74507ac136a473406a2fae7ba95f 1,690 0.96/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.70 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: 629.16 GB
    • Received: 11.87 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.