Loading Tool

Explorer IconExplorer

Memory Pool

46,082 transactions
27.57 vMB
0.08402364 BTC
Random Selection Loading Transactions
Max Size: 145.24/200 MB

Candidate Block

Mining Attempt 34bf4f5088f9db49db7bc8f3786dbf6fc7f86b564c14c30182f08fbe0f25bd5a
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 698623474716b99afe7febae0acc8838a69bf70ce07d1a2aa71c5f755b8f30ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,291
Size: 1.00 vMB
Total Fees: 0.02965118 BTC
Feerates: 265.25 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (215,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,578 699,578 00000000000000000007af77d1cc42ca671aef7b819e324de644657e0ea09321 262 0.14/1.00 vMB 11
699,577 699,577 0000000000000000000b7a9d3806104c9b1cf21d34e776c540b1be37383f18ec 1,825 0.75/1.00 vMB 4
699,576 699,576 00000000000000000007bf2d21a0f724a3b6e12c0d4367660c2e1809c97bd0cb 2,597 1.00/1.00 vMB 19
699,575 699,575 00000000000000000002a589c02c84d02b7ad232b0683eea428193fbf012545e 686 0.47/1.00 vMB 10
699,574 699,574 000000000000000000045f7ad2c8147fb00e41018eb3b16ea73215ee499e7ad9 498 0.20/1.00 vMB 24
699,573 699,573 0000000000000000000ef82d67ae3f1dfa90288665f3d223e384ea766f0fa7b1 1,000 0.50/1.00 vMB 5
699,572 699,572 00000000000000000001b15811a5731986fd450df2d65b22881109691634dba2 1,178 1.00/1.00 vMB 13
699,571 699,571 0000000000000000000bb0ef1dd01e3b9c490b04a9a3962d7cfbe207e077ad5b 68 0.17/1.00 vMB 1
699,570 699,570 00000000000000000001b7eba1869b82fa8a7a6afd79d4f139d77fd263446338 1,135 0.44/1.00 vMB 16
699,569 699,569 0000000000000000000060de7f1386e6495badf617aeb47e73a8cc0825972472 1,647 1.00/1.00 vMB 4
699,568 699,568 0000000000000000000328e6e0cdd7cd68bcd5acb02440a3147ce77f4cf03e12 1,706 1.00/1.00 vMB 9
699,567 699,567 0000000000000000000144fb0d78f278ad5d57313b484336139b93469bc586e5 2,587 1.00/1.00 vMB 17
699,566 699,566 00000000000000000007701bcb9b1fc2f7fb547bbe27e69e4f277e0f72513822 2,445 1.00/1.00 vMB 22
699,565 699,565 00000000000000000006e3f9d56f981b063a66d79826124459300c133f1ffaea 2,014 0.77/1.00 vMB 11
699,564 699,564 00000000000000000009e927d9f88b7afe5dccd8a3ca6fd3fe5bee12b184c79d 951 0.52/1.00 vMB 9
699,563 699,563 0000000000000000000244bdc91482dedae30ead2d92120b9c7de9e938e609da 56 0.04/1.00 vMB 8
699,562 699,562 0000000000000000000c015a45f60241d32449175afbb460f2c1a66726e5d56e 614 0.29/1.00 vMB 10
699,561 699,561 0000000000000000000c054c4f6eff8c2a92b3e970ac3ec4d9b3fae5763cb9fa 1,210 0.68/1.00 vMB 7
699,560 699,560 0000000000000000000b9f5c3aeff0a99d9fef373c0890b95d62b90fb2c668ad 2,553 1.00/1.00 vMB 15
699,559 699,559 00000000000000000000b962c327f10e46b824ed9eb6632b25cee4ffc74aeca3 2,590 0.84/1.00 vMB 14
699,558 699,558 0000000000000000000d60fdfc227265839d4cc61b64b4fcf472e7a47e16ab69 2,732 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.19 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: 653.70 GB
    • Received: 14.02 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.