Loading Tool

Explorer IconExplorer

Memory Pool

82,328 transactions
31.74 vMB
0.10857970 BTC
Random Selection Loading Transactions
Max Size: 190.33/200 MB

Candidate Block

Mining Attempt 2cab3989976de66ba2de71b8b7de7d7082af4f7cf60beddfbc48dc156b5cda6d
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 756c83681018da18401d1e40faec6327b833ae6f11b7ca9c7d3bf1567cf5db05
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,221
Size: 1.00 vMB
Total Fees: 0.02451207 BTC
Feerates: 99.50 > 2.46 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (535,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,689 379,689 00000000000000000e8bad2c952198ccc91cf5b25417c6fef2cce4373c5b6c01 689 0.28/1.00 vMB 45
379,688 379,688 0000000000000000035e52ab43bf083e8bdcf46277cd5fe6089a3140c8cc6650 1,319 1.00/1.00 vMB 23
379,687 379,687 00000000000000000aefad8b4ec3f4bdfb1410d4387a842baafb86bcb53055f1 493 0.33/1.00 vMB 26
379,686 379,686 00000000000000000dfe2fa84ca10b0abdadb9a0ce62d94c40fea99f9d5740cc 851 0.36/1.00 vMB 52
379,685 379,685 00000000000000000b16e7069737693cab80ba569b9c4910a0c713f06067f478 1,205 0.51/1.00 vMB 41
379,684 379,684 00000000000000000f01b2b7105887e195e7ca5e379b4cfb14eae1b8890db2d9 610 0.41/1.00 vMB 31
379,683 379,683 0000000000000000072e0ac4467039d326db87a68818cbd8822b748e9dd5cee0 1,894 0.75/1.00 vMB 47
379,682 379,682 00000000000000000b21c3b23a8338d8fc45965bb19f599cd7813c0d410f494a 1,543 0.75/1.00 vMB 40
379,681 379,681 00000000000000000dddf8e6932f750e805c6e2ccdb0017340b932a42dae9039 322 0.19/1.00 vMB 62
379,680 379,680 000000000000000001e497622f56f34bb6c2682a8d7d03bf59191868a3fc3f94 1,964 0.86/1.00 vMB 44
379,679 379,679 00000000000000001002e3cd832b06c2b113ebb1c7fb576f40763ea77cffb81b 1,794 0.75/1.00 vMB 41
379,678 379,678 0000000000000000085efb9bf1d6ca2bf3155bfd5948d2f658336f814987dacb 463 0.25/1.00 vMB 31
379,677 379,677 0000000000000000099731e50f1ec539a8564ea34a85f0567d27d86e12604b85 1,105 0.54/1.00 vMB 36
379,676 379,676 0000000000000000004b346a775a163306f92f29bf5ea88efe4e4fe9e17014f0 1 0.00/1.00 vMB 0
379,675 379,675 00000000000000000a5d079b1452fcd2cfdb0b9fda1d190617a5c57c804a8a8c 1,572 0.75/1.00 vMB 40
379,674 379,674 00000000000000000e021b61fa4f38c834512943d41fbaefffe33761e91e1581 2,033 0.95/1.00 vMB 47
379,673 379,673 00000000000000000eeaeefece65d184cf6c68fa5168d50bf15e0613af362cc7 1,492 0.75/1.00 vMB 37
379,672 379,672 00000000000000000be2e46465a38130fe80785b5daf27214b16dfd34c9196ab 633 0.33/1.00 vMB 47
379,671 379,671 0000000000000000066be4a0b279580471ed976a7ec4968aae9603bd583c18c8 655 0.33/1.00 vMB 35
379,670 379,670 00000000000000000b8e1889ab65b47dc97c7c3a95f9d39821063bf86f091f6b 941 0.51/1.00 vMB 43
379,669 379,669 000000000000000007d078d1e7428a138fddf87d308c7cbc249251bfe403fdb6 683 0.32/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 783.04 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.41 GB
    • Received: 18.16 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.