Loading Tool

Explorer IconExplorer

Memory Pool

74,521 transactions
27.48 vMB
0.07039033 BTC
Random Selection Loading Transactions
Max Size: 167.84/200 MB

Candidate Block

Mining Attempt f867bb7ec751b98ece512b2b632f66032c446f32e9d71162492f2b346050254b
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root a8a28a09c96a791c293331c68adc9041077d93be2fa8da7ed9502363afd92b1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,943
Size: 1.00 vMB
Total Fees: 0.01190100 BTC
Feerates: 100.53 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (61,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
853,988 853,988 0000000000000000000096c2cc155bb61a9838fec11c1d237ce948fe1c80acc6 561 1.00/1.00 vMB 4
853,987 853,987 00000000000000000000264b8daec66cadf6b99a5d6e20549cd27ef8c063011e 1,969 1.00/1.00 vMB 7
853,986 853,986 0000000000000000000329e16bd1cdd284bb30182d5e9cd25f3ad3619cdd8898 773 1.00/1.00 vMB 5
853,985 853,985 000000000000000000002d91dd1be9296e35def2f6c0f4644cea24e047cd6be5 3,669 1.00/1.00 vMB 7
853,984 853,984 0000000000000000000194071b533e037a84e555244b9ac58731ccdf5df2f340 3,486 1.00/1.00 vMB 10
853,983 853,983 00000000000000000000be937f5a2029b9928e8b9dd053a3871ea97f07e7d95e 7,234 1.00/1.00 vMB 4
853,982 853,982 00000000000000000000a001c4e2403b69b73e919e77c67ab445dfff4eb1fcb6 7,585 1.00/1.00 vMB 3
853,981 853,981 00000000000000000001dbe82b00781832d6b63ace4b901eb2af091ef4e8e8f6 5,664 1.00/1.00 vMB 4
853,980 853,980 000000000000000000023af917a5d1e860dd93f7b897ae740d9b0e937577c81b 7,443 1.00/1.00 vMB 4
853,979 853,979 0000000000000000000362169c0e0dada36cc8a9bb7ac9a06171da2048ac1445 3,341 1.00/1.00 vMB 6
853,978 853,978 00000000000000000001e75431818b124113c060bed6a93356c84862ff38dfe0 6,470 1.00/1.00 vMB 3
853,977 853,977 00000000000000000001b80e197b8caa08004a28a6083682c7eb03793e62f275 5,129 1.00/1.00 vMB 3
853,976 853,976 000000000000000000023c86cde17d2d7dc7a234596a754a8d9ab5d6406a7c7b 3,300 1.00/1.00 vMB 5
853,975 853,975 00000000000000000001104492bb53812ac642d0940104dea672c524159645ec 1,260 1.00/1.00 vMB 5
853,974 853,974 000000000000000000016f6d6e8f3e1cb33e7b638bc759e23d2b34830e17946a 469 1.00/1.00 vMB 4
853,973 853,973 000000000000000000018529f9a3a56f3de1dd43a74a547bcb1154545a51a4b8 1,008 1.00/1.00 vMB 4
853,972 853,972 0000000000000000000132a778b715aa496fcdc7d6a35dc3f6e9201db6c00bf2 2,502 1.00/1.00 vMB 8
853,971 853,971 0000000000000000000168311b9eb22797fe3b43f1e17e44afdf66561193c9d7 1,073 1.00/1.00 vMB 5
853,970 853,970 000000000000000000009f9acc71f6a1452486da3d2c4f3fb94e0e62576a4205 1,634 1.00/1.00 vMB 6
853,969 853,969 000000000000000000035766c959e2f8c4b731d68bd3b977e4e107a8eba33b95 1,623 1.00/1.00 vMB 5
853,968 853,968 00000000000000000000e42919237bb09f086f894f88851c4ede5bc1fecd8997 2,616 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.10 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.