Loading Tool

Explorer IconExplorer

Memory Pool

33,075 transactions
16.97 vMB
0.02120234 BTC
Random Selection Loading Transactions
Max Size: 104.27/200 MB

Candidate Block

Mining Attempt 6c26034efc605150e0d931de1dbff7ab156b9b158218beda8e797976ad6c1ca1
Version 20000000
Previous Block 00000000000000000001ec73a85d3d2ae0ffd77cdf5db962d819eb3b3bd76224
Merkle Root fe5c3705b7dca57d821e8500d142bceb5ef9cf53472ece3b01c4a2ff75433777
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,600
Size: 1.00 vMB
Total Fees: 0.00344319 BTC
Feerates: 30.40 > 0.35 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,005 (392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,613 938,613 000000000000000000006833809cd75662407939fd1add115c56acfd0eda5cad 4,270 1.00/1.00 vMB 1
938,612 938,612 0000000000000000000039f6b90ce1c4afcc6abebcb646950241db97a5bd7138 4,144 1.00/1.00 vMB 1
938,611 938,611 00000000000000000001783d948551137ec0b2acb2c375c4a408f6ca72d4d8b4 4,578 1.00/1.00 vMB 0
938,610 938,610 000000000000000000016ecafa6b1bcaf8a953819fc3b41f81470c9d4cb3deb0 3,917 1.00/1.00 vMB 1
938,609 938,609 00000000000000000000ffc6c93882ed0ba7b92cb89e20fae6a2c35f3814ecb3 3,387 1.00/1.00 vMB 3
938,608 938,608 00000000000000000001410f2aaa662f53d365fd3cf0ab20a094fb45dd3e2cd4 2,976 1.00/1.00 vMB 2
938,607 938,607 00000000000000000001928dc0b9305e3d1ff727cab3e0babe90f5d26bd25ad9 3,819 1.00/1.00 vMB 1
938,606 938,606 000000000000000000012cf38b9d0f68e10f16fb7ef5b23d0088824e4e02b84b 3,509 1.00/1.00 vMB 4
938,605 938,605 000000000000000000006d11bc54e457ca72ecc7e0e23dfbbea097d2ff47e091 3,019 1.00/1.00 vMB 2
938,604 938,604 00000000000000000000195218dd8917469454dd48cf3040dd47158e5dbc3513 3,609 1.00/1.00 vMB 5
938,603 938,603 00000000000000000001bc8a11a6d62b78d4394d4c481baeaab64d0dd92c5f72 3,463 1.00/1.00 vMB 1
938,602 938,602 00000000000000000001572299151e427a948119ca8acbd26b86aff0f3c7a8ad 3,405 1.00/1.00 vMB 3
938,601 938,601 00000000000000000001275ac0a89fac91c1e75bf218aa784ca97e6b8ac2ee10 3,717 1.00/1.00 vMB 5
938,600 938,600 0000000000000000000025e1428d1a10d1e080db9332bfbdea5a1427716162c2 290 0.06/1.00 vMB 1
938,599 938,599 00000000000000000000b4214945b785728076754dcb5ae663d6e1ee14800166 3,610 1.00/1.00 vMB 3
938,598 938,598 00000000000000000000118985e6ff66d62ea0e1adbc77b17bb7a9e776d4ae3d 691 0.16/1.00 vMB 4
938,597 938,597 00000000000000000001c8b965d34a5e31c99bdfa6afb6501d395136407b7ec7 4,100 1.00/1.00 vMB 2
938,596 938,596 000000000000000000014f7b1f0075fa6445cbfd9123a896366de624c84a1789 3,154 1.00/1.00 vMB 2
938,595 938,595 0000000000000000000078430f6699ae92077361dcc3b606246e6ac2697eede0 4,227 1.00/1.00 vMB 1
938,594 938,594 00000000000000000001e3fdf2086cb9a4eaf56abe1ff50e5b4ee7d9fe882843 3,672 1.00/1.00 vMB 1
938,593 938,593 00000000000000000001becf9850e4d1f28e176b61a8fe48b3af8c74fe9ec9c0 3,457 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 824.90 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: 4,212.51 GB
    • Received: 231.11 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.