Loading Tool

Explorer IconExplorer

Memory Pool

45,052 transactions
27.10 vMB
0.07083345 BTC
Random Selection Loading Transactions
Max Size: 142.81/200 MB

Candidate Block

Mining Attempt 2bc3b1f8947a07f5c3a347425b55c9151a2103bc4dd1a0fd4dae1c0ba9de8603
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root e4e3a95a480178a137d5861fae631013fca2da732d2ae41e5173da143a8ffa9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,029
Size: 1.00 vMB
Total Fees: 0.02050413 BTC
Feerates: 251.72 > 2.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (564,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
350,706 350,706 000000000000000001d319fabf4b326a5bd72ae0df9df1feb9a087fa811e31c2 44 0.02/1.00 vMB 27
350,705 350,705 00000000000000000f498e9140008f5b09551806a55d01d0f02c0bbe6d67ca4b 149 0.09/1.00 vMB 20
350,704 350,704 0000000000000000059f403ae7afe18841f4fa31ab8e3c96e39abe05cd7a3fc0 1,179 0.94/1.00 vMB 22
350,703 350,703 00000000000000000c045a0bce82348ac1cf6b3c29bf16b027f7ae1d5eb8f2b2 175 0.07/1.00 vMB 30
350,702 350,702 00000000000000000502a7c0464c07d2a6b555988db5c0eac602192f679aa5e9 1,043 0.60/1.00 vMB 25
350,701 350,701 0000000000000000004505ec3a140455e5004fa9313e430a95c8a22561c299a6 1,153 0.60/1.00 vMB 26
350,700 350,700 000000000000000011c792257b5d813f0c483ba023f72502fb6e562ac0382b30 293 0.14/1.00 vMB 19
350,699 350,699 00000000000000000f64344235381a3ba99ad46fb5ae30d1ce926b9016ef5d50 1,088 0.55/1.00 vMB 28
350,698 350,698 0000000000000000023617c3e1b91742c683610c7fe7dc1d5320a5cbe52e3c45 176 0.13/1.00 vMB 12
350,697 350,697 0000000000000000071d867312ee27a678aab3437db83e67169da2b5a0972bea 763 0.55/1.00 vMB 24
350,696 350,696 0000000000000000094caaed1213deccb0815ff8d7edd526b9eb8d86095c4ff5 1,148 0.68/1.00 vMB 24
350,695 350,695 0000000000000000054dc6a4e8efa122b283bbe90a0fe01f094c176bfd82b3f9 1,132 0.64/1.00 vMB 25
350,694 350,694 00000000000000001512dc659c27eba72fb28837fbe8c26ad78dac7b75e9047c 452 0.28/1.00 vMB 26
350,693 350,693 00000000000000000de0f4c897826ced0790dab61f61575422f6151bdf7d288c 848 0.57/1.00 vMB 20
350,692 350,692 0000000000000000171765913a76d01fc0ab36417fb751bef672338439c9c632 15 0.01/1.00 vMB 10
350,691 350,691 000000000000000013d8bb46c00480914baedc48f151bf9b5df047909315b26b 371 0.22/1.00 vMB 25
350,690 350,690 000000000000000013290aecbe160e27e4d92b71dd2e397e9a8abeaee85ac7ac 297 0.20/1.00 vMB 21
350,689 350,689 00000000000000000e36d58c547b08b07bccf20b6df37422aadd8373e1261e02 1,047 0.56/1.00 vMB 25
350,688 350,688 000000000000000006e2d68b4fb2cfa4ddbc25a5a88a4eb1d991e6d1de6990bb 973 0.53/1.00 vMB 19
350,687 350,687 00000000000000001682e12819ae8749e2d5a76475d36e5f274939f7988b85d0 1,255 0.72/1.00 vMB 27
350,686 350,686 000000000000000011f9f03c56ccb1c288f36151545e25e2aadc162cc1d7cea2 951 0.63/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.