Loading Tool

Explorer IconExplorer

Memory Pool

77,050 transactions
28.91 vMB
0.06651788 BTC
Random Selection Loading Transactions
Max Size: 177.29/200 MB

Candidate Block

Mining Attempt fe705ae301a2317db45ddd4f933d11d93ca5698e6c75cc0029131322ed4f10a6
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 19b5afde42bc9ec04b4788651a7f65897248ee39ec06c19c3ef6ebec26393799
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,005
Size: 1.00 vMB
Total Fees: 0.00348448 BTC
Feerates: 40.21 > 0.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (471,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,774 443,774 000000000000000000016a291724160c5388b64ecb8fd73fb5ca0343b9c92917 2,754 1.00/1.00 vMB 87
443,773 443,773 000000000000000000ab81cad719208d7298d3a3665d358285d111b9fadfde30 1,765 1.00/1.00 vMB 75
443,772 443,772 000000000000000003184661b9aaa0678433bb05d82779c4c20fce7a57b5bb0e 2,364 1.00/1.00 vMB 81
443,771 443,771 0000000000000000034187315b3c5edd4bcb2c57459c1669d6985e1ecc73c8a1 1,298 1.00/1.00 vMB 82
443,770 443,770 0000000000000000036b676949d4c0e8b70a631b5138626cee9b485acc4481e6 2,534 1.00/1.00 vMB 117
443,769 443,769 00000000000000000074e7e2877fd4f11181a258fb102afc067d34a83ecada2f 863 0.99/1.00 vMB 29
443,768 443,768 000000000000000000abd49f9a2c4bc2d94fc6ee7ec15710f5249332e142a41c 1,290 1.00/1.00 vMB 31
443,767 443,767 000000000000000002c087d2288e20b2485aba58b509fb4a3a4bb92cce86303e 1,112 1.00/1.00 vMB 36
443,766 443,766 0000000000000000013112a52bfa467782da526d379948f64f381f787fea463b 1,811 1.00/1.00 vMB 83
443,765 443,765 0000000000000000004cbf698bd3ff32631b7e5202f36b86f4329084bd2c70b5 981 1.00/1.00 vMB 42
443,764 443,764 0000000000000000029661b38e328865b18b2ed23712cf8a8bc357577c5c70ba 1,879 1.00/1.00 vMB 45
443,763 443,763 0000000000000000006c17429d14a6e36e70b7a1a607534ded0ad1a0b63e772c 1,474 1.00/1.00 vMB 46
443,762 443,762 000000000000000001dbbbe9ec646c5597fee6af958fe2bcf5187c944d6a0a3e 2,404 1.00/1.00 vMB 70
443,761 443,761 000000000000000000e233e261ec84d89594803d04dfb5e0b18e9549d37f12a7 2,870 1.00/1.00 vMB 77
443,760 443,760 0000000000000000014b4792752cd4188be674fbe64ea08c40037cfbc748dbe8 2,733 1.00/1.00 vMB 84
443,759 443,759 000000000000000002e837b793bcb7c4fd6e3fa746ea45a7d16846abf1fc9ace 2,585 1.00/1.00 vMB 91
443,758 443,758 0000000000000000033713e9cdb436504da7c63a7d078fd5d73b9aa0957aa064 2,448 1.00/1.00 vMB 103
443,757 443,757 00000000000000000196cc224abb4c1536e8c2f27d4277ed7cf5d91b1e12824e 1,639 1.00/1.00 vMB 58
443,756 443,756 000000000000000000441a0f0fa698ea68ef7bd5bf2d30411dfc6f648fc8c142 1,606 1.00/1.00 vMB 53
443,755 443,755 00000000000000000204c2c7797ffffa48eaadf7eaaa8cca9b0e033e3bf25ce9 2,187 1.00/1.00 vMB 86
443,754 443,754 00000000000000000342667d25bf4ac86ed1a912e47ae39d58a33771bc0e06e0 2,614 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.80 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: 710.00 GB
    • Received: 17.01 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.