Loading Tool

Explorer IconExplorer

Memory Pool

82,759 transactions
31.12 vMB
0.08610003 BTC
Random Selection Loading Transactions
Max Size: 190.82/200 MB

Candidate Block

Mining Attempt 6ca9f48fca68c2d3d78f0a492b6870b9557f2fb58b2c998e53e13ef8238cbb82
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 67a43a483ae9cf48fe9d3a98d3b024c45b3ec7e0a04a3f1ccab04600269b3724
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,449
Size: 1.00 vMB
Total Fees: 0.01594104 BTC
Feerates: 73.33 > 1.60 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (361,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,613 553,613 00000000000000000029264a992d0d45adaa0933999089753a308ba503a796af 1,743 1.00/1.00 vMB 9
553,612 553,612 00000000000000000031ae755a244841d62d9bc5ed3228e81f98100672173ee6 2,716 1.00/1.00 vMB 8
553,611 553,611 00000000000000000024c607f56e0b0b547f4ce48b8119bb2b659f1a320a79ca 2,882 1.00/1.00 vMB 17
553,610 553,610 000000000000000000008dc38aa172b00863e35d9011f91ef9536d9913d75fa5 1,962 1.00/1.00 vMB 31
553,609 553,609 00000000000000000028509ef92d2a34c42c7c7d74616cc7e23d5cffdb34ff03 613 0.37/1.00 vMB 4
553,608 553,608 0000000000000000001c872670c390e3c173bc82dd80ff52d5200aa55d5e3b1b 2,184 1.00/1.00 vMB 14
553,607 553,607 00000000000000000020dffd44ac9ebc70bbef1d788fad4a4a36d7386c097938 3,323 1.00/1.00 vMB 19
553,606 553,606 0000000000000000002362fdb727857834cf1ee4d8ad972a3b798d5720fac1f2 920 1.00/1.00 vMB 5
553,605 553,605 0000000000000000001b62e947509deca077ab0b9fd7ab988526743c8f12abe5 3,413 1.00/1.00 vMB 19
553,604 553,604 0000000000000000001692f128920ddd555cc3e88c9ca04f40fd3dc4a12c8745 388 0.17/1.00 vMB 12
553,603 553,603 0000000000000000002f163b9f8aadbf9f05526d32294b393cd456a679ddc732 1,025 0.46/1.00 vMB 13
553,602 553,602 0000000000000000000a00821f9967828bd08a37f2c34557d717d03d0ed94e87 1,177 0.69/1.00 vMB 11
553,601 553,601 0000000000000000000c0f16e763e50f0ad0f0e461527c8a113adbd493e03618 2,551 1.00/1.00 vMB 13
553,600 553,600 0000000000000000002026dc9342eec6afa7bed67cd271bd73a3af4844deacd3 1,082 0.44/1.00 vMB 12
553,599 553,599 0000000000000000002cd984d3004fdaf907a3341442b9a3112b213875ad4f96 1,268 0.76/1.00 vMB 7
553,598 553,598 000000000000000000128b7b64beea7668c4bae9ea2c3180a537ef7591fbeac0 1,902 1.00/1.00 vMB 9
553,597 553,597 00000000000000000003f994c8e77dde65f06ebc6de24a51828f6016f34e2b49 2,202 1.00/1.00 vMB 14
553,596 553,596 00000000000000000027278539eb961fe2c79ee521ccea6bd74bca057ac5ddac 1,914 1.00/1.00 vMB 9
553,595 553,595 0000000000000000001a867fe78d0fe8dcb223a865160a1d8e756410a9c42c18 1,936 1.00/1.00 vMB 4
553,594 553,594 000000000000000000291a3d72198f5b2f10e240efbb3dd031aeca6ba8ab031f 3,214 1.00/1.00 vMB 12
553,593 553,593 00000000000000000007400956f6bb2a861d1fc3fb84b674a8c3573dd4de5632 2,765 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.77 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: 709.42 GB
    • Received: 16.91 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.