Loading Tool

Explorer IconExplorer

Memory Pool

72,502 transactions
27.98 vMB
0.06763696 BTC
Random Selection Loading Transactions
Max Size: 165.84/200 MB

Candidate Block

Mining Attempt e08e1a7e3dcf4ecfab980336249710dc0c84bd7374e3caa3203f8de2fa5e70b9
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root e845e9dc5df6ec3a3b4084a5ef5848edf5a7db5d17b888dfd3c0a68775c4f9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,122
Size: 1.00 vMB
Total Fees: 0.01172419 BTC
Feerates: 101.52 > 1.17 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (133,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,857 781,857 000000000000000000033c5b6c1799fb6caa10d47876e09da7581a3583f6fec5 1,776 1.00/1.00 vMB 9
781,856 781,856 0000000000000000000508ea6d105b816767f066392c51531bdc78ea9f48d207 2,066 1.00/1.00 vMB 15
781,855 781,855 000000000000000000027d77b33338635dc6b30ab6c159d97cbd1bc7a42f78b5 3,721 1.00/1.00 vMB 34
781,854 781,854 000000000000000000023215c7fc5fed7e82d2b42aa3c47261c246b24164a974 2,943 1.00/1.00 vMB 23
781,853 781,853 0000000000000000000159211b7bd575dbf6d97e1707baf5109c4075b3d04275 2,601 1.00/1.00 vMB 31
781,852 781,852 00000000000000000000e2573de5edab34fb021ab224c283c477dfc9bd1e015d 2,195 1.00/1.00 vMB 17
781,851 781,851 000000000000000000027e6c6d4c58ddc7649c769b86f673a5cf8b5b637cc5e3 1,101 1.00/1.00 vMB 16
781,850 781,850 00000000000000000001f6ca151042d1cd35b72a7fd36a1f27844b13e5025351 2,887 1.00/1.00 vMB 32
781,849 781,849 0000000000000000000130d03b777993f8d0853089a164d23226878297921345 1,835 1.00/1.00 vMB 17
781,848 781,848 00000000000000000003b7ed908db0b9995f08ddecd822a4da92693528dccbfe 2,188 1.00/1.00 vMB 27
781,847 781,847 000000000000000000018ae6af9111ec927caeb05223932f0509f838f5f3bbf9 2,401 1.00/1.00 vMB 29
781,846 781,846 000000000000000000025b3c6b48b8fc4756d0d5d97f572416267c90de5ef62c 2,755 1.00/1.00 vMB 33
781,845 781,845 000000000000000000056cdf8dbfde061cebd09bf296b9fd59ee2fb6baa0f568 1,995 1.00/1.00 vMB 19
781,844 781,844 000000000000000000052ed00ccc1246391357f537fe8621f6e81ab2f746e6af 2,530 1.00/1.00 vMB 18
781,843 781,843 000000000000000000031b27ca1e724aa786e4e68a994fa5274fc1a9d7f11fc7 3,378 1.00/1.00 vMB 24
781,842 781,842 00000000000000000001512b166d1ddac52f9fb31110256e2d18d1446faae0c7 2,804 1.00/1.00 vMB 35
781,841 781,841 0000000000000000000476e8319f25216b6ac18ded1194755ea3886f3f020784 2,816 1.00/1.00 vMB 29
781,840 781,840 000000000000000000019cf0589d3b3d38b40b6c36ff9dbf73af7ded41db1ad3 3,351 1.00/1.00 vMB 35
781,839 781,839 00000000000000000004415364d4816945e4c32472eb2e3c1ca864ad715bed79 3,195 1.00/1.00 vMB 33
781,838 781,838 00000000000000000002746611dfaf70d93bfed9a1be977f39de844e016ac860 2,562 1.00/1.00 vMB 30
781,837 781,837 0000000000000000000527007b5ef9822e45f98b6351f75267a5650aa135ea08 2,061 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.