Loading Tool

Explorer IconExplorer

Memory Pool

33,792 transactions
25.31 vMB
0.06660995 BTC
Random Selection Loading Transactions
Max Size: 128.48/200 MB

Candidate Block

Mining Attempt 554bfb497c6d69f9478c906960e31ff2bc45a5fd34a3bb8d944afe0977d9dfc5
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 5e058070fe674a4b6e0490a39e12f2b3368f990421fdaf2ad2891a2021e45748
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,329
Size: 1.00 vMB
Total Fees: 0.02079089 BTC
Feerates: 151.12 > 2.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (457,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,834 456,834 000000000000000001792170463acb817e604a0ed137b4550057cb04eadbe470 2,110 1.00/1.00 vMB 136
456,833 456,833 000000000000000001b4d86155ca043281293853cd4f1a59048f2bb847837c7c 1,825 1.00/1.00 vMB 181
456,832 456,832 000000000000000000fe44475acd59d565db04dd845e67ca3ea90e417b329863 2,214 1.00/1.00 vMB 183
456,831 456,831 000000000000000001eb34a2baa5b1f9c0160fa9870ea531f72910071cc277af 1,443 1.00/1.00 vMB 136
456,830 456,830 000000000000000001c596f0d64eab76c85513500019cf0ef1b1eb8b90e0e4b6 387 1.00/1.00 vMB 22
456,829 456,829 00000000000000000096c79bde0be662f502a9db087b768cffb1258ebe3f8c0f 516 1.00/1.00 vMB 44
456,828 456,828 00000000000000000156701287d217e9cc384eaa7f7fe6603cfc99b5360b588a 1,749 1.00/1.00 vMB 163
456,827 456,827 000000000000000000691541d87432ed5a26529896de89733e2ddfc05dfb3f64 1,270 0.99/1.00 vMB 74
456,826 456,826 0000000000000000023cd09410a327f91f8864cd101988800b7884cd1f7ec492 2,596 0.99/1.00 vMB 127
456,825 456,825 000000000000000001e3ea156ebcf719ad7ef2c3e7b78531d41a8657a5ac8982 1,663 1.00/1.00 vMB 120
456,824 456,824 0000000000000000002951aacee1406dbb1b113d8a36e0b5e5f0b024651afd73 2,332 1.00/1.00 vMB 198
456,823 456,823 000000000000000001e1a0d70f6299e46dfb973c3f92c2c185342264151f7fd2 2,220 1.00/1.00 vMB 176
456,822 456,822 000000000000000000dd4ffe24caf9600d556cd7391755ab561377706833f4d3 1,421 1.00/1.00 vMB 198
456,821 456,821 000000000000000001aa3059a508282e7dff436aa078a5c0b7951b44632a4ff1 2,365 1.00/1.00 vMB 239
456,820 456,820 0000000000000000000b30a5fd638c6e0ea3e16bd6ca448e6a63f62de1917494 527 1.00/1.00 vMB 17
456,819 456,819 0000000000000000011737785469de44974db96b4ea0ab9c93904cd1771a0d50 1,019 1.00/1.00 vMB 62
456,818 456,818 0000000000000000005b61c58e6ff320c5747dc58cd25706ae13250a48ded148 290 1.00/1.00 vMB 23
456,817 456,817 000000000000000002105a150547635a7f0fbf20f623c25f8572dd15f1f9768c 758 1.00/1.00 vMB 42
456,816 456,816 000000000000000001be60f7c66205e1a6cf818965e2c4eab1707ca66c70fbca 1,457 1.00/1.00 vMB 214
456,815 456,815 0000000000000000003fc152544805b0d40f6d4a353db0b8b12bb6b05bcb282d 1,683 1.00/1.00 vMB 118
456,814 456,814 0000000000000000003b8bfaaae009a82f9bba5730dcaef7720800c4deb2d8f3 1,540 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.