Loading Tool

Explorer IconExplorer

Memory Pool

38,698 transactions
28.25 vMB
0.06553077 BTC
Random Selection Loading Transactions
Max Size: 143.28/200 MB

Candidate Block

Mining Attempt 7f8a39f344ca9a64dedcb2662206fb15639aff00a474892b982542202d313d74
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a81428b674b2715dd657bb6a793a5b8f660de5f150dc27ca2d8af2b07711a0b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,716
Size: 1.00 vMB
Total Fees: 0.01133364 BTC
Feerates: 150.80 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (231,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,450 683,450 0000000000000000000524c89f05e6c05be6dbfbdd456f3a87c8b6bb46dc83b4 1,719 1.00/1.00 vMB 58
683,449 683,449 00000000000000000009dfc2b3f83a983e63f9ebe5ab7d0dff9debe5d1fd0eac 2,591 1.00/1.00 vMB 65
683,448 683,448 00000000000000000009dfd3a27dbcad091e7a05034834157db41f502b0a4eb0 2,673 1.00/1.00 vMB 67
683,447 683,447 000000000000000000069eef0a89044c11d96e2f9c33b4c5a8f7e402c717cb10 3,095 1.00/1.00 vMB 43
683,446 683,446 00000000000000000005230c14f510e1be34b40173b51f183ed230bdc33eabd9 2,077 1.00/1.00 vMB 62
683,445 683,445 00000000000000000004dc18d1608b1b14339735f874627140c340c08e38aa63 1,891 1.00/1.00 vMB 89
683,444 683,444 00000000000000000004154fc70b64e0fae9c5c0238d7673e67b424080fd63c5 2,804 1.00/1.00 vMB 79
683,443 683,443 0000000000000000000918a0e5c24b6a36a700a66a203cf68f056093f9662a85 2,282 1.00/1.00 vMB 57
683,442 683,442 000000000000000000089279d28668f919ccb8a6f02739a3f52955c341a9c6d3 2,769 1.00/1.00 vMB 97
683,441 683,441 0000000000000000000616e59339035b9e7758016d2fcd636775dfc44c1266c2 1,602 1.00/1.00 vMB 51
683,440 683,440 000000000000000000064c24b7fe184a19e15591ecd31247fe132e64538f65ea 2,666 1.00/1.00 vMB 51
683,439 683,439 00000000000000000005e38916891a6563be0f398307e9fdb8b9c3490cdbc260 2,181 1.00/1.00 vMB 123
683,438 683,438 000000000000000000019e590c986fc5c67c8b70673d4b7b485e851298afe827 2,834 1.00/1.00 vMB 95
683,437 683,437 00000000000000000007219eaa5e4e8536e7f021f3c4952acc0ddef7e2c913fb 1,847 1.00/1.00 vMB 44
683,436 683,436 00000000000000000008c3f81849f4e4ac4d9a8b2dc6543ea9ca70951631b1c9 1,707 1.00/1.00 vMB 19
683,435 683,435 000000000000000000073bc7883c5341ed4487af1bb33dd6b012faf671744477 2,464 1.00/1.00 vMB 62
683,434 683,434 0000000000000000000a19967f588a7e1b3bcd8e89acf7bc4a02f98af3f7826b 2,421 1.00/1.00 vMB 45
683,433 683,433 00000000000000000006b43ab544b1b55c72fea8ae35ec3df89cc1f508d57b73 1,648 1.00/1.00 vMB 22
683,432 683,432 00000000000000000003f34e9732ffe5339046511002987a9ba224f5f5162ea5 1,454 1.00/1.00 vMB 32
683,431 683,431 000000000000000000014e430aab800b09fa85c0f4fb237d16c686314da9f3c0 1,754 1.00/1.00 vMB 57
683,430 683,430 000000000000000000084577ef98ffee43884340617de2df48fb7e77c5bc7b29 1,722 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.68 GB
    • Received: 11.82 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.