Loading Tool

Explorer IconExplorer

Memory Pool

76,086 transactions
27.46 vMB
0.07340076 BTC
Random Selection Loading Transactions
Max Size: 167.96/200 MB

Candidate Block

Mining Attempt c2301e635d3c49db282ed9b3dcb6f92ecd05020d7908dc1ea2bf5a06b8a02a9e
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 4652f6e89ef877b68d9f18b0072a73233e6f37ec62c02517c4060f5201fe0e52
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,640
Size: 1.00 vMB
Total Fees: 0.01496642 BTC
Feerates: 402.60 > 1.50 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (188,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,727 726,727 000000000000000000043334303be86ff6280e4151150f103dfcad29fc60de6b 2,746 1.00/1.00 vMB 8
726,726 726,726 0000000000000000000822ea721dd6a55d3170b4b4bf81fea35a4344d9142bd5 2,075 1.00/1.00 vMB 17
726,725 726,725 0000000000000000000094f69296907e504efed7e24c5ed74adccd5c6dc8504a 1,870 1.00/1.00 vMB 4
726,724 726,724 00000000000000000001bb77c2a2d5dfc792a1ecfaa137bba2e57d5a803035a5 3,003 1.00/1.00 vMB 8
726,723 726,723 000000000000000000025a9635b0ef39f6214c7290c7f23de723571f858870ff 2,919 1.00/1.00 vMB 17
726,722 726,722 00000000000000000009271a2a38f11fe3d55ef9a20f71561446d025ab1f2903 534 1.00/1.00 vMB 6
726,721 726,721 0000000000000000000427340824dd69323641f9a60decbbcbbc789301b64202 2,580 1.00/1.00 vMB 7
726,720 726,720 0000000000000000000a2d89f38c56fd636c846e87245fddaae313930c2956c0 1,866 1.00/1.00 vMB 18
726,719 726,719 00000000000000000004e90341b2040a4445d8e54ee692c247c82adabe87dd70 4,064 1.00/1.00 vMB 3
726,718 726,718 00000000000000000003466f07ca5269fa2cbcb7af16ba4054b7153af3ef1ca4 2,387 1.00/1.00 vMB 5
726,717 726,717 000000000000000000021da9a6c03754078801b3630a2f20a02d9b13f915faab 2,763 1.00/1.00 vMB 11
726,716 726,716 00000000000000000003f1b8bc7cf74ec0e6eb3cfffb8b83a6a174bf95d8c208 1,784 1.00/1.00 vMB 13
726,715 726,715 00000000000000000000245357999626f8520fe08848a5b1ae745a558a379a95 1,237 1.00/1.00 vMB 7
726,714 726,714 00000000000000000008c937e22fba8d8d4db47dfeb0bb2a047dac7dfd38eff4 2,435 1.00/1.00 vMB 5
726,713 726,713 000000000000000000005f25f8ef69d88ddeeb824eda34743470596d8a2740dd 2,229 1.00/1.00 vMB 10
726,712 726,712 00000000000000000003224ed06fc71f8c3101ffd1fdce8a5e865e4011292371 1,584 1.00/1.00 vMB 12
726,711 726,711 00000000000000000001f6bfa2eafb93b30b1bd9982bef0961e70cbbbe7f0eac 2,174 1.00/1.00 vMB 13
726,710 726,710 00000000000000000005d1f4ec0a41cd4597003f5124fefb720dd40adfa72a6a 2,415 1.00/1.00 vMB 14
726,709 726,709 0000000000000000000804ae1c5f87cd8a27e5993fe014134f333cf2f8ecab1f 1,467 1.00/1.00 vMB 16
726,708 726,708 000000000000000000025cce5a42e9d0904eac3deb8f64dbe1d75c6c8044a16a 1,417 1.00/1.00 vMB 7
726,707 726,707 000000000000000000096849e754f88195554d8c3d68a1be08d4f9e6ab7918cc 2,796 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.