Loading Tool

Explorer IconExplorer

Memory Pool

36,717 transactions
29.12 vMB
0.10548239 BTC
Random Selection Loading Transactions
Max Size: 144.48/200 MB

Candidate Block

Mining Attempt 1bcbb1884bab6d98710ba8c570b04d2f521449b0bdbbd7f040a72efeea1498c3
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root 4c0387ca0215be45a91d123549c1125e4fa6bde37d76d8bfcb24fbf89c2f9f01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,870
Size: 1.00 vMB
Total Fees: 0.04156177 BTC
Feerates: 194.93 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (444,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,780 469,780 00000000000000000171711e8888917c40afdc0cbb2fb3524df74d74357c8116 1,673 1.00/1.00 vMB 292
469,779 469,779 000000000000000000314d2963d3009251ec6959299a8ee32773358e90eedf2f 2,345 1.00/1.00 vMB 344
469,778 469,778 00000000000000000032c6bb982bda8fc2b154d29a500302da1ca9672fd340e3 2,275 1.00/1.00 vMB 315
469,777 469,777 0000000000000000002cf50755bc11430e8b7cf0e87ac0a455971a9b457c44ec 1,791 0.99/1.00 vMB 370
469,776 469,776 0000000000000000003cef6f874a2c8d04ef2fd756f47f01d16383026f837215 1,969 1.00/1.00 vMB 359
469,775 469,775 0000000000000000001463e93975fc8c18810ab4db27814251270243711bae0b 2,096 1.00/1.00 vMB 507
469,774 469,774 0000000000000000002e2aa717b7c7d580c1562e7cf3692c8c8f8943d53f8b6e 1,929 1.00/1.00 vMB 331
469,773 469,773 0000000000000000007301e477d90bdad728afb2b6c6d86340827b465346e8da 2,332 1.00/1.00 vMB 392
469,772 469,772 00000000000000000197e1aebe5607377369b61284a44e4a540d49f9fac73941 2,219 1.00/1.00 vMB 321
469,771 469,771 00000000000000000119a625a79c79f0b0f0f902bab578e0cfa9e5507aeec0ca 2,255 1.00/1.00 vMB 437
469,770 469,770 00000000000000000051f58d90ff80e167ce295fc515b8b5a929b5543b9ae8dd 1,701 1.00/1.00 vMB 425
469,769 469,769 000000000000000000c7a55e14a6a8b1c101501b66601c61540810b85664853d 2,422 1.00/1.00 vMB 503
469,768 469,768 00000000000000000063b4423ba6bc44415be294468a9b974e7a94790d70c090 946 1.00/1.00 vMB 542
469,767 469,767 0000000000000000008ece0e9db17d3f470c17b32e689f21579eaf12444f1f0a 1,883 0.99/1.00 vMB 354
469,766 469,766 000000000000000000130b2bd812c6a7ae9c02a74fc111806b1dd11e8975da45 2,145 0.99/1.00 vMB 409
469,765 469,765 00000000000000000116c2c4642dee7e5aa53d3ef9941124e16076c74d3602c1 958 1.00/1.00 vMB 91
469,764 469,764 000000000000000000137dd4ab4524826204662d1f2e21094babd97392407e75 2,078 1.00/1.00 vMB 311
469,763 469,763 0000000000000000012d6e469afcba0f35396f8c345cdd979d7b32d84d75f7bf 2,093 1.00/1.00 vMB 71
469,762 469,762 00000000000000000078bffcf809c0a4c5265f61407c5c6f637cc68de265aaed 2,365 1.00/1.00 vMB 346
469,761 469,761 0000000000000000000aced1196d854db34de63ee13d2490dbd104bc283295a6 1,846 1.00/1.00 vMB 225
469,760 469,760 0000000000000000004bb7dc3a389838c880351838fc742008ac1cd6a0b8c119 2,322 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.51 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: 612.64 GB
    • Received: 11.03 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.