Loading Tool

Explorer IconExplorer

Memory Pool

81,904 transactions
30.60 vMB
0.07977264 BTC
Random Selection Loading Transactions
Max Size: 184.52/200 MB

Candidate Block

Mining Attempt a8a6cb5d3dbe5451c45d5a43c599f2955b1498152b7167f2d7a28cc9de669cd7
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 4560f95eaa2242400ac77b75c36eb75f4199e5b185f0dfc61003bfa10c45880a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,117
Size: 1.00 vMB
Total Fees: 0.01585275 BTC
Feerates: 40.91 > 1.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (279,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,938 635,938 000000000000000000059d6b56d911cad6732a465d851bfc61e3e3c177856e13 946 1.00/1.00 vMB 7
635,937 635,937 0000000000000000000862817bc695d79074381f95ea02e0c93226ae3aadd46f 2,194 1.00/1.00 vMB 20
635,936 635,936 00000000000000000005c9a0ae4c5bd835ae3112a50b7735633288d9b28739c2 1,249 1.00/1.00 vMB 3
635,935 635,935 0000000000000000000f2f9bb6639d1a4704a1dd4c00f9f926f69c7d90d7b8d2 2,057 1.00/1.00 vMB 26
635,934 635,934 00000000000000000008f70da83e221d6aa635286dae38d0333142ff429127fb 2,079 1.00/1.00 vMB 10
635,933 635,933 0000000000000000000fe11e2a17ac053eb2cc46baa5122f217c881bc8b46e5f 1,793 1.00/1.00 vMB 7
635,932 635,932 0000000000000000000d630af22432866f66eb40e9042b4467bb5a1c61f55d02 1,147 1.00/1.00 vMB 21
635,931 635,931 00000000000000000004931fc8ed8822fa965a22ad7cbb8cfb6dcd5fbec3606f 2,229 1.00/1.00 vMB 17
635,930 635,930 000000000000000000000e77bf1b891113b4bf908065115eee72776c41e96b31 2,446 1.00/1.00 vMB 16
635,929 635,929 0000000000000000000ea18c2ce293237e93972b35e7791f17d1bc759a16fbef 2,757 1.00/1.00 vMB 14
635,928 635,928 0000000000000000000c78b6c70f4f374556a951002686fc9cb9119393a0c451 2,456 1.00/1.00 vMB 27
635,927 635,927 00000000000000000006d5deccfeb27a9bed8bb2c3bd25867d88b922be71a3a5 2,444 1.00/1.00 vMB 31
635,926 635,926 00000000000000000002604e267f814c2b8f180aa14521e688d92ffc3f3d67a9 2,341 1.00/1.00 vMB 27
635,925 635,925 0000000000000000000eb7c70cd3123f27bab306a0a8997d5305066dde556451 2,622 1.00/1.00 vMB 40
635,924 635,924 00000000000000000006f51eea66fbc2e3e5faec92f22657d7d2db5956c93ea5 1,936 1.00/1.00 vMB 33
635,923 635,923 000000000000000000022f11b6a81d825232a529ebd73c9833049cd31496d71d 1,711 1.00/1.00 vMB 23
635,922 635,922 0000000000000000000f42aad010d1715ea3473abeeb255d6b230f25bc64742e 1,672 1.00/1.00 vMB 28
635,921 635,921 0000000000000000000f5fdb4e4fc41155e801c86e0e93d86092e37f5a3925c4 2,412 1.00/1.00 vMB 44
635,920 635,920 0000000000000000000750ed930bd9c0b147b5bbe18881dd3e7547862199992b 2,041 1.00/1.00 vMB 33
635,919 635,919 00000000000000000009375a0a417a948d44afb09fcb31e529c1b47745ae2f43 2,196 1.00/1.00 vMB 36
635,918 635,918 0000000000000000000561e7f290accb1709e4a1028c690fc5f31c832279760b 2,425 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.