Loading Tool

Explorer IconExplorer

Memory Pool

80,895 transactions
30.70 vMB
0.08993004 BTC
Random Selection Loading Transactions
Max Size: 186.94/200 MB

Candidate Block

Mining Attempt 54694fe98caf478e13907b86b53d56690a681c88186a2ac36fe886aa0a8fc0fc
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root d09c7680edcf429f3fd6da256a3f13fda1d39def1f3b505421b1bf3af4e2b9c6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,414
Size: 1.00 vMB
Total Fees: 0.01960915 BTC
Feerates: 151.12 > 1.96 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (403,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,679 511,679 00000000000000000017cf48ef9920f75801a6b51b47012f316dc5c922d49c00 2,778 1.00/1.00 vMB 65
511,678 511,678 000000000000000000024ba07a1a265056fba6402ee1182e16641c839e2fbb7d 2,163 1.00/1.00 vMB 21
511,677 511,677 0000000000000000005184371b48168b5fcd7cbf19160ef972046adfff804a75 1,799 1.00/1.00 vMB 32
511,676 511,676 0000000000000000002a7e001af4085a29cb79cae4c479c3ef651aac4024cc9d 1,095 1.00/1.00 vMB 43
511,675 511,675 00000000000000000039cda4319c4aa030f4d2413b80fae1625a429c47505444 1,101 1.00/1.00 vMB 49
511,674 511,674 00000000000000000018788dadd7e579840704e809abe54ff9ca02e0fdc6ef94 1,797 1.00/1.00 vMB 106
511,673 511,673 0000000000000000001b7b3d4eb55eede45a29716391c208f6620dd64b86670b 592 1.00/1.00 vMB 12
511,672 511,672 00000000000000000056504d77092ecac952a7bfc35e36debc50faceb2aeb596 1,577 1.00/1.00 vMB 40
511,671 511,671 00000000000000000041cba721d6e4d3bb6904d82f3ddc910de10b793aabde21 1,091 1.00/1.00 vMB 11
511,670 511,670 0000000000000000001bc20a7062619c20696f1f1b0c933b7f1288d070ac372f 777 0.30/1.00 vMB 58
511,669 511,669 000000000000000000429a4aef87d0264c472dcc85558db6f4484019e56af7ce 1,301 1.00/1.00 vMB 16
511,668 511,668 0000000000000000004c0003da41170464a8f69d39874a077d47185b5bce3753 1,479 0.67/1.00 vMB 48
511,667 511,667 0000000000000000003281a34461432c8fbebc5326e444563bb3937455cc26f1 833 1.00/1.00 vMB 10
511,666 511,666 0000000000000000002cba293e74f32e62858c061de2a45fb57621e40a4047b6 882 1.00/1.00 vMB 12
511,665 511,665 000000000000000000271f5e6a222c3529aaf2ccc764f3e2627df84c890a7716 1,549 1.00/1.00 vMB 19
511,664 511,664 00000000000000000038e07ae02fdcdb8abcc97c6fafce1df1cef82eebd6ec67 2,422 1.00/1.00 vMB 51
511,663 511,663 00000000000000000056f975e5a47a87dfe231f77c5e11c4f94dff153dfb19d9 579 1.00/1.00 vMB 8
511,662 511,662 00000000000000000057974b3a5a91035c4171b49e6b9efe90691e2f5689c0ff 1,552 1.00/1.00 vMB 15
511,661 511,661 0000000000000000004abb3d8662c629a1bdab4693bb0caa4e38d5e1f2924152 2,735 1.00/1.00 vMB 54
511,660 511,660 0000000000000000003f37e72e599fbdaa14396a2e9251e493f0d7d15b1fd915 1,597 1.00/1.00 vMB 19
511,659 511,659 00000000000000000018c81d97cc9a929ca5acfae0c9e2430b42ed8912407ba3 1,800 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.