Loading Tool

Explorer IconExplorer

Memory Pool

13,376 transactions
9.65 vMB
0.02556228 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.43/200 MB

Candidate Block

Mining Attempt 2412d2bf92a1548d2e292652c5166c3d54dbf37aa4214ab24b1b3eb1e6274924
Version 20000000
Previous Block 00000000000000000000848297d069a552e48783668065dfb5e3a4946da610a6
Merkle Root 5a8b89d7e4d9d25f0dff80a5cc12fb986dd4b77b0a53ae8a8ea5e6db30dab727
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,331
Size: 1.00 vMB
Total Fees: 0.00409737 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,358 (788,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,079 125,079 000000000000434d1504e1e900b52a1e318aab109308808db71942bcca2da7fd 14 0.00 vMB 527
125,078 125,078 00000000000015ce8783f89f7ac58c601b4dfd4c86341fa0dc080b3e9463c7a4 28 0.01 vMB 940
125,077 125,077 0000000000002d955828e2ab2d300d3360eec3a44f22e55a059e8d5cf66540d1 11 0.01 vMB 876
125,076 125,076 0000000000002becbdf92850b9f255f20958b59c33cfac64e82ecd6ae7b15239 10 0.00 vMB 336
125,075 125,075 0000000000000c48580e230dddb53419da74b3e8fd23ed94c2a03e89fbb7837d 37 0.01 vMB 342
125,074 125,074 0000000000001d2afc3b05d047e222a26baac4c0067acf91788a1bf749ff01cc 27 0.02 vMB 784
125,073 125,073 0000000000000aa0710bdc9fdf6c809fde434cbaca6fb5a6c6b851d0d9c8ddf5 1 0.00 vMB 0
125,072 125,072 00000000000022924cc8af5df6a0bef88f807fce03e9c274e799e6c4f5b90329 37 0.01 vMB 143
125,071 125,071 00000000000009651e8e4d0fdf97be107efcb69063d1245d28e9c5d37f178bcf 27 0.01 vMB 844
125,070 125,070 0000000000001603df1b4d3c8535ad34203dcb695ad8c52b8e974d43d4b808d4 7 0.00 vMB 1,102
125,069 125,069 00000000000017813a0ae51f18354e293a0e03ead36bc321b6a0422cb2f580b7 7 0.00 vMB 2,181
125,068 125,068 0000000000002297ec5a28b6b38ef7f1aab139ebef79fd63d4028df2284c74db 6 0.00 vMB 2,089
125,067 125,067 0000000000000273ef35b61bdfcac077245961fbe97d202a65a02dae013c7cfc 33 0.01 vMB 454
125,066 125,066 00000000000025192dc206baa134f8f9ead0d681f12b393b12b7d0046f72d613 7 0.01 vMB 950
125,065 125,065 00000000000027dbc6197fb283b047ba57a0e290a42b9992be5c023196572428 32 0.01 vMB 610
125,064 125,064 0000000000001ee04a842c2f1bb26a3987cf58e44c6b65e5cf0a15583e97b638 49 0.01 vMB 324
125,063 125,063 00000000000024ec2fa83f5862f22e31d92ea5cd861f319795e5033a35093d15 14 0.01 vMB 768
125,062 125,062 00000000000006632845efdd96ab2b39ed129c7c25a96092f0f40072db12e0a5 29 0.01 vMB 725
125,061 125,061 0000000000000c3fefd036e1acf5d009f43da4295bcd1827172be3b80735ef0c 10 0.00 vMB 1,268
125,060 125,060 00000000000035232a12aaff1541f19845d1a08940226d2da0eb2f31e2f7b0c1 3 0.01 vMB 398
125,059 125,059 0000000000001b3eb46891c596d925e215b45f05c5a122339840c235f27080ae 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.49 GB

Node Details:

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