Loading Tool

Explorer IconExplorer

Memory Pool

37,960 transactions
28.37 vMB
0.06258683 BTC
Random Selection Loading Transactions
Max Size: 143.46/200 MB

Candidate Block

Mining Attempt 27b838ec3b323f812a5a72c2955dcd857bcbcef4c5490e6a07a2abbdcf71ac76
Version 20000000
Previous Block 000000000000000000003fff6a7eec49e227358900154aba2d8852eed6b803ae
Merkle Root e749a1c2e82795fde44eeca21de3aeed61ad3553af89d1891aaabed705bd0514
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,985
Size: 1.00 vMB
Total Fees: 0.00769053 BTC
Feerates: 100.29 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,595 (222,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,827 691,827 00000000000000000008f5713b08b144be1c8c0fb0594ad9d559fd49a0dd517e 1,677 0.64/1.00 vMB 16
691,826 691,826 0000000000000000000b4047e411c823968e1d1d60f412f69cb487383103e7bd 1,068 0.90/1.00 vMB 15
691,825 691,825 0000000000000000000df6f423321efc29fd534f0d7338ac8e521e740eb0c490 741 0.41/1.00 vMB 15
691,824 691,824 0000000000000000000e44c8a1b0f134ad469a1b8d13a6582468243c5854466b 813 1.00/1.00 vMB 6
691,823 691,823 000000000000000000048bd14dbde8e14ae516a211082bc0e6d8b295dca724f1 1,033 0.93/1.00 vMB 2
691,822 691,822 0000000000000000000029828ea208c8eeebf115bcb4c5b5d688d841f5f5ee85 1,365 1.00/1.00 vMB 12
691,821 691,821 0000000000000000000113134900e3e2ac3144b6c40c42030ec0a2630c8e57b1 1,414 1.00/1.00 vMB 11
691,820 691,820 0000000000000000000fe4c83d4af73ebc9f9a7a7d1ccfe23e41af62f2026950 1,772 1.00/1.00 vMB 5
691,819 691,819 000000000000000000083adb4a0c9195dfa00dbe41e370bb03db112a7d23c020 1,140 1.00/1.00 vMB 15
691,818 691,818 000000000000000000132c7031425e3526f3730c2a476987d3aa872f3095503c 1,247 1.00/1.00 vMB 16
691,817 691,817 00000000000000000008447c5b6ae1ee057bfdc53369ab69e0745461fb0ac668 1,154 1.00/1.00 vMB 15
691,816 691,816 0000000000000000000fc7cd3d82be315247d20762a95a57ee0c51d3170682cd 2,212 1.00/1.00 vMB 23
691,815 691,815 00000000000000000009de37ed9e182e9580b46a74d133c3fe8af257a7699639 638 0.30/1.00 vMB 13
691,814 691,814 00000000000000000013b643e0e1fd5a262f25e03a6d0e45cb478308f45d9596 707 0.41/1.00 vMB 15
691,813 691,813 00000000000000000012a883aff10e05b99e14da7eb71fdf8c3ab24acef59a11 1,012 0.48/1.00 vMB 20
691,812 691,812 00000000000000000000de79ef9a0256898df3b5c49ce57c7a6bfe48685a657b 1,132 0.97/1.00 vMB 1
691,811 691,811 00000000000000000007eeadd44be9be78226d397c7e30f0b554a1b6a04e649f 2,621 1.00/1.00 vMB 23
691,810 691,810 0000000000000000000150eff573bc9a9c77a3e5185ead8fdf8ba94b83577f8c 2,859 1.00/1.00 vMB 20
691,809 691,809 0000000000000000000d71f29fb8c3dc3889d79f46a7162d6a8566253b15ae15 2,366 1.00/1.00 vMB 19
691,808 691,808 00000000000000000001940c524a387d84fd0bbbef698c9994e366c9cabdae4b 2,821 1.00/1.00 vMB 29
691,807 691,807 0000000000000000000d334d8db36e03b156f8a71e0edca9f052c2bcb0e7e2fc 1,214 0.59/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.68 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: 628.16 GB
    • Received: 11.78 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.