Loading Tool

Explorer IconExplorer

Memory Pool

77,012 transactions
28.71 vMB
0.07418704 BTC
Random Selection Loading Transactions
Max Size: 173.87/200 MB

Candidate Block

Mining Attempt eaa6ff16f928cd381586499a1ad52bf14ee4fd64341c771a5a84b28abb74e5a3
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 0e4684d8554e429d7f43bb96586707a4afaeff3231806c4e7e3d518b3ab1e8ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01455344 BTC
Feerates: 129.25 > 1.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (158,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,873 756,873 000000000000000000032c8029865e4faff7f454fc5c7ed32af18c237383f710 181 0.07/1.00 vMB 7
756,872 756,872 000000000000000000013fa42ad2bd1d8fadd99a739736657d8344f54f782dc8 478 0.34/1.00 vMB 2
756,871 756,871 000000000000000000026b2d4d4a4875e048189915311dc9215fdd52aa98cbcc 1,698 1.00/1.00 vMB 6
756,870 756,870 00000000000000000008744a6eab81bcb38656f478e3eb50167b1cee39ff3014 3,003 1.00/1.00 vMB 14
756,869 756,869 00000000000000000008dffe48765f120dac4589d1d9d83a6835101c45f3a63a 1,428 1.00/1.00 vMB 3
756,868 756,868 00000000000000000004f3cb70ebd4649f63e2b2e87fa5bd686dadf72ce1dabc 2,134 1.00/1.00 vMB 4
756,867 756,867 000000000000000000047d345881d1cb529fb0413ab5f6f5e308eea91add705c 2,728 1.00/1.00 vMB 13
756,866 756,866 00000000000000000000f9c8d2450fbc6e058939f24856d822f9c75e420747b8 1,627 1.00/1.00 vMB 7
756,865 756,865 000000000000000000081715dd5e736a8780e476a6787978d41552694c2ced3e 2,216 1.00/1.00 vMB 8
756,864 756,864 00000000000000000004c01c4e04163483c6b40ed5e8f9c81745168823d9c52f 1,941 1.00/1.00 vMB 3
756,863 756,863 000000000000000000003afe878397a1b1c1bed7e2fbb3077eb9ba7bc2dd9573 2,305 1.00/1.00 vMB 10
756,862 756,862 000000000000000000044f3f0d50b72de18d94b640d816dbac12a79cb53f241a 3,162 1.00/1.00 vMB 16
756,861 756,861 000000000000000000039de533ac1f2a5dafbd319fa55da341d57a26408d0874 1,574 1.00/1.00 vMB 2
756,860 756,860 00000000000000000000827657498a77dd7fbc6c8f0feaabf3396805ff8f0713 2,213 1.00/1.00 vMB 3
756,859 756,859 000000000000000000039d9d8d84790f8cb02d5ec14006ac6ba56520399c9a0c 1,908 1.00/1.00 vMB 9
756,858 756,858 00000000000000000002b6cdd84bf27a88814b40d460b8875ac4e45c2eeb93dc 2,443 1.00/1.00 vMB 3
756,857 756,857 00000000000000000003ede5b494bc9055eccb7c6e937a679f8b5c2590183a1f 1,098 1.00/1.00 vMB 8
756,856 756,856 0000000000000000000795dede1b9d40f40f5d6bb582583fb9df90c3fa608358 2,883 1.00/1.00 vMB 6
756,855 756,855 000000000000000000033c95ea2508993bd3b19408bef27a05faf686151f75c4 2,848 1.00/1.00 vMB 11
756,854 756,854 00000000000000000007b984da8051cf2d1913a85501cb0b08a9fa78d05a7f5f 2,798 1.00/1.00 vMB 16
756,853 756,853 0000000000000000000321773da679d60d0b8eea5ecac22b811937d39bf78ff9 2,785 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.