Loading Tool

Explorer IconExplorer

Memory Pool

84,638 transactions
32.75 vMB
0.08312231 BTC
Random Selection Loading Transactions
Max Size: 194.06/200 MB

Candidate Block

Mining Attempt 7bcb3df627fc593aa166a2c55817f7bbbf026784843cc0e2ae852d19c6789ccb
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 1b794ce0d58f2bae8e28f10a864ba0acc727538066f5552830b858eed8ed6d6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,361
Size: 1.00 vMB
Total Fees: 0.01824357 BTC
Feerates: 120.64 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (208,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,014 706,014 00000000000000000006ba085463c72b6ad3fe0ff29e57730a105b9a09fac31c 2,901 1.00/1.00 vMB 30
706,013 706,013 00000000000000000001fce340171d71d161505070c0de72eae831be245f8bcf 1,608 1.00/1.00 vMB 11
706,012 706,012 00000000000000000009e2dfdf60d472f8868238b3c36e7b2adf40a269e2003f 615 1.00/1.00 vMB 11
706,011 706,011 00000000000000000006f8a735041b16b12bd8deac43064ccf4a327417f07f1b 3,392 1.00/1.00 vMB 19
706,010 706,010 000000000000000000037184229faee2a1260b81f1901e1891838dd633201f62 2,698 1.00/1.00 vMB 12
706,009 706,009 00000000000000000004220e1c875924e9e092a4205a6de7f316e06ccf9e5405 2,151 1.00/1.00 vMB 22
706,008 706,008 00000000000000000005dba89311f758870bae23f7d087522a6bd9c4b04fafd9 3,415 1.00/1.00 vMB 14
706,007 706,007 0000000000000000000694c81ff38102f9fc72a7d444ca987f7ef0b4077c010f 1,314 1.00/1.00 vMB 14
706,006 706,006 0000000000000000000b907e43e36d36f2af57e955400e9c0d6e7f476638267c 1,490 1.00/1.00 vMB 16
706,005 706,005 00000000000000000002f58fdfb68e422ca33f9313875f9b0f0c58cd19a01276 2,465 1.00/1.00 vMB 14
706,004 706,004 0000000000000000000cd39f62bf11b5c45b66a89aee18b05a0b547f98dff98d 2,830 1.00/1.00 vMB 39
706,003 706,003 0000000000000000000288029d8cefc456019a9bd66d83a74645b1909600769b 2,245 1.00/1.00 vMB 29
706,002 706,002 0000000000000000000367f98162ec31e5f922fa8e9a9672bb3d66e8b12aa5d8 3,007 1.00/1.00 vMB 12
706,001 706,001 000000000000000000055125c7a4d0cd58a04b8ae66a62b6423e057ed5fc9a62 3,009 1.00/1.00 vMB 14
706,000 706,000 00000000000000000006cbc1e8d745703aea855d6d881d4d6675cb49039fa48a 2,217 1.00/1.00 vMB 13
705,999 705,999 00000000000000000005a958ed69df31e64351771c5d4add5270e0dcf1dd4d49 1,992 1.00/1.00 vMB 20
705,998 705,998 000000000000000000028f45a400eaeca5061a7efa0097cb4f8c083c50ce4653 2,508 1.00/1.00 vMB 19
705,997 705,997 0000000000000000000aaf05a4839f7ba689c7418b5f1e14662f9183f989b456 2,486 1.00/1.00 vMB 11
705,996 705,996 000000000000000000091640c63b09a56f1d6fe745de766329a920778f899097 2,127 1.00/1.00 vMB 14
705,995 705,995 0000000000000000000aa6fcbac477d53e16267fbc419dc780a87c8d23f38bdc 651 1.00/1.00 vMB 16
705,994 705,994 000000000000000000050a2bc98a748444c457953ea2cdca090f960f26854573 2,669 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.