Loading Tool

Explorer IconExplorer

Memory Pool

27,934 transactions
7.85 vMB
0.06027022 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.15/200 MB

Candidate Block

Mining Attempt cdf50239ef77a03acda2be56cb4d8593efbb35416e741cb7e87590de8876dd77
Version 20000000
Previous Block 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1
Merkle Root 4ab2ddc38d3f34a1355b50bac2408308ea28865e18b1467f33a4160bd63a21e5
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,047
Size: 1.00 vMB
Total Fees: 0.02354081 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,226 (781,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,888 131,888 000000000000112dba6300a56c5b5451872f4a71e3746567c048bdf44ed2e312 110 0.04 vMB 376
131,887 131,887 0000000000001296453f089d95997560bcb0b955cc358594410c5c0a2cb3052d 11 0.01 vMB 900
131,886 131,886 00000000000006e2f9968dd683161d63a17b88b61ee49c4a5e11755b5113acb8 180 0.07 vMB 910
131,885 131,885 0000000000001072831a437c158c4c6705fbeaefdb958b1f72ab46b186623a0a 6 0.00 vMB 534
131,884 131,884 0000000000000c9b30eb9a64d7005b30a3bc8029b4fd4118f58fe3c4e10e8b1b 82 0.04 vMB 728
131,883 131,883 000000000000077cba855bb4b5a2919f3f4b7f32dbefddb49b3a7592ad7b0576 103 0.05 vMB 585
131,882 131,882 000000000000079c1c9771a03749ed7d8811d9f865c9da46dd36eecfd018ff57 1 0.00 vMB 0
131,881 131,881 0000000000000c0c1f5f388e97d861671872393edb07c241c929dad3fbf3bf28 91 0.04 vMB 921
131,880 131,880 000000000000114400a1ce9b1f3043447550179c3ff4e2cee4a0bdfa73b6d05c 69 0.03 vMB 885
131,879 131,879 0000000000000706f2d6807a20dc3f5e89ff95f67d5e900d1a0c6ff52e4d1e40 26 0.02 vMB 680
131,878 131,878 0000000000000fe1c27284c2a8040b61ee1473bc4078165dccc590e17ed1eb3c 136 0.05 vMB 452
131,877 131,877 00000000000009839178d5d28b4af97f0b19e4782c3d4cacd3cce7417d28dc27 39 0.02 vMB 517
131,876 131,876 0000000000000ccdc6bdb2d0652c08be4d8ca09d1acd9b414033772a0d366fda 164 0.07 vMB 215
131,875 131,875 00000000000000b8b8e352ebfb091bc8b4299fd3c156f381bb9c329fdac2eb3d 64 0.03 vMB 393
131,874 131,874 000000000000001ec5f49e04ff602d51fee179fa24c2810ee89c8398cbb13f82 12 0.01 vMB 1,780
131,873 131,873 000000000000109f31e31cdba6163477d6726c159fff6d3b1490db0ba94a09db 126 0.05 vMB 414
131,872 131,872 0000000000000080bbbb207018cccc44f2b3ee41d39f74abab41edc3754ed269 17 0.01 vMB 1,422
131,871 131,871 0000000000000b3c83c285fe45be98f15534bd41fad58d2b9eba47951f800247 41 0.02 vMB 846
131,870 131,870 0000000000000515e59369401147f0ce127ec8aad124dc4041bb44f9e46e4e9b 150 0.04 vMB 313
131,869 131,869 000000000000013275700133dd0552d0611be0b8f8ff13747905fcc157d31d1e 130 0.05 vMB 530
131,868 131,868 000000000000097d3f2532a4c48120417aeae79fc7071734b5e33606f448f3ca 14 0.01 vMB 822
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

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