Loading Tool

Explorer IconExplorer

Memory Pool

34,378 transactions
25.36 vMB
0.05420410 BTC
Random Selection Loading Transactions
Max Size: 129.02/200 MB

Candidate Block

Mining Attempt 591970869665d8b4363c7dff3f703a8a7b99615599add3b7bdb6ac1ae488a125
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root acb602841227acff415edf6a1f16cde17368b261e03cce708c1318322408786a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,899
Size: 1.00 vMB
Total Fees: 0.00831158 BTC
Feerates: 170.89 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (803,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,575 111,575 00000000000026efc107aa3b9111c4cc45efd2d7b629df82a45f05503928c727 15 0.00/1.00 vMB 1,133
111,574 111,574 0000000000006959d702464b48682029d9fe1e2a63cbab900a27f405855f57bf 9 0.01/1.00 vMB 286
111,573 111,573 000000000000314bb10cf55ef48a8a2952bccaef5a7a692d8a74c766a40ceb66 20 0.01/1.00 vMB 0
111,572 111,572 00000000000105b3133cfd411abcb6236f95f2f9f02911ecae2a3ef58e6a172d 6 0.00/1.00 vMB 0
111,571 111,571 000000000000cdaec117c53991aaec620af30a67e7d3b6924687a8bec42aeb80 24 0.01/1.00 vMB 2,407
111,570 111,570 000000000001083432dadda634904778fb72b15ec6ac92ff5e00345b82120a6c 12 0.00/1.00 vMB 1,056
111,569 111,569 0000000000007b78d244deb09192700f3ce79c402e328572430579c04d98ead2 13 0.00/1.00 vMB 678
111,568 111,568 000000000000b047aeb6d3a40ad939cb8d106fb93691a0329b55204adab749c5 17 0.00/1.00 vMB 1,552
111,567 111,567 00000000000067de58fd65ca4628a00315f2230bfe405bb98bca5e5ed464fbbd 32 0.01/1.00 vMB 981
111,566 111,566 000000000000fb20eece09a914e58cf3ff18a36360956bf0678392c7202f2f89 15 0.00/1.00 vMB 1,558
111,565 111,565 0000000000007c788e86e92cab36dedd9d59bacf08f22e260be26ef0782d4fda 16 0.00/1.00 vMB 1,228
111,564 111,564 00000000000087df0449675a1db89accd97e296f759a7631f6c3602dc4388caa 12 0.00/1.00 vMB 520
111,563 111,563 000000000000032a1ca38edcb711c0aa44e74ef0f2ec4a43ce2c72b88ccf2b38 12 0.00/1.00 vMB 704
111,562 111,562 00000000000117c84283c84753f3ce42521601644c2878a0ce40de007173acb4 12 0.00/1.00 vMB 0
111,561 111,561 000000000000b85269e453d53ff08c6d441b0c0173fe1e35642d0a3bcefc64aa 12 0.00/1.00 vMB 335
111,560 111,560 0000000000002bdadf9bc0b14db00d0bb18c10e1b41bc3504d03cfc76f9c3fe7 12 0.00/1.00 vMB 352
111,559 111,559 000000000000d5b002a06d05644a09fca3fdc2f571cf6361c73df558e062799c 12 0.00/1.00 vMB 712
111,558 111,558 0000000000001c93787aef3c8fba51732d94d4dd370cb94f3e6c4c8d61a3d99c 13 0.00/1.00 vMB 683
111,557 111,557 000000000001051db1051b43d7b71c8c29dec177c5613e455439226a955188bb 23 0.01/1.00 vMB 176
111,556 111,556 00000000000116c2e7bff08b966bc5bc4bcf85c34f9d8464bc50acc28c62f618 1 0.00/1.00 vMB 0
111,555 111,555 00000000000061251ba0303cef9063c6969c1c469b18976bd4553aa07a384d09 12 0.00/1.00 vMB 1,017
Previous 10 blocks ↓
Total Size: 781.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 634.69 GB
    • Received: 12.26 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.