Loading Tool

Explorer IconExplorer

Memory Pool

74,889 transactions
27.65 vMB
0.07702975 BTC
Random Selection Loading Transactions
Max Size: 168.56/200 MB

Candidate Block

Mining Attempt 7cee9ec214b89dceda63b88675046bef7928da6cef9b9c2142868d4d859c5a5d
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 3d397a2e1438b0cec5f7f019101613e16a0cbaf97840e47dbf4e33cce0a1e5d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.01776619 BTC
Feerates: 121.74 > 1.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (283,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,045 632,045 000000000000000000033a2d8542e58d0cdc15ad3fc45334d94f2dc0abb487b1 1,678 1.00/1.00 vMB 207
632,044 632,044 000000000000000000055bb2f904970249742912a595175f24c91399b0308195 2,379 1.00/1.00 vMB 94
632,043 632,043 0000000000000000000c8842f8a987ac7bc263ff9f8b0c16c227bfc835bd5678 2,474 1.00/1.00 vMB 89
632,042 632,042 0000000000000000000d163c2fbd47fce490c04b0d966e38d74679dccd2aae36 2,426 1.00/1.00 vMB 60
632,041 632,041 000000000000000000058f86ceaa5e2f9ca145c279c8bf4f859e839952efe4b4 2,353 1.00/1.00 vMB 114
632,040 632,040 000000000000000000128f95352df54cf077f871330446a8d37ec062c4951a8f 2,419 1.00/1.00 vMB 37
632,039 632,039 0000000000000000000fe75bdc6c43d3b89fa2898f06a2f764546035e479d184 2,456 1.00/1.00 vMB 54
632,038 632,038 00000000000000000009d476e60d3b84ef809c99861c503e537f8d4d6ef2bb2b 2,446 1.00/1.00 vMB 93
632,037 632,037 00000000000000000007ba84fd23cf09182c7934d6f3ee65872601b106f01641 2,820 1.00/1.00 vMB 117
632,036 632,036 000000000000000000115ff3bd4a5021f0867744b0710d731e31675ab2a922b8 2,272 1.00/1.00 vMB 27
632,035 632,035 0000000000000000000615a48c5821df760e0e016e5d6ff96162b8c9b8bcff23 2,741 1.00/1.00 vMB 68
632,034 632,034 0000000000000000000322dceef2b82217760e94b415500c5ced1ece35a1e6c9 2,249 1.00/1.00 vMB 96
632,033 632,033 0000000000000000000cc42d401a9cb5aa52abe4a77a2bcbe2f10138d0c2a88f 1,223 1.00/1.00 vMB 20
632,032 632,032 000000000000000000092da52abe4b3d2c07b47d35621046dfb5ee22d0c41311 1,960 1.00/1.00 vMB 35
632,031 632,031 00000000000000000009b1cb8705321aa7aaf297fa2581f525fcc605ffb4ec4b 2,780 1.00/1.00 vMB 57
632,030 632,030 00000000000000000001d0827f2b1f4cc4043627f8ae2609c5814ea25da27a08 940 1.00/1.00 vMB 11
632,029 632,029 00000000000000000005d0c208a0ea188154ba43117d3d91d778655f680d226c 2,368 1.00/1.00 vMB 27
632,028 632,028 0000000000000000000e7629205308799ea602326914781fc5a1f279e51f5af2 2,628 1.00/1.00 vMB 68
632,027 632,027 000000000000000000032ce0189e4264e34d6290072f4934601635d1f9abe4ad 2,450 1.00/1.00 vMB 30
632,026 632,026 00000000000000000001a0e6efc4ef5abc5e3506c064732bd2ad8b49b537f07d 2,470 1.00/1.00 vMB 45
632,025 632,025 00000000000000000002506e6aa78b1380942fbba40c639084496b848de9704f 2,637 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.