Loading Tool

Explorer IconExplorer

Memory Pool

8,720 transactions
3.49 vMB
0.01351854 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.13/200 MB

Candidate Block

Mining Attempt d0198f7789e4403e6ddeb33ed1ee9174b0fe8d5b5fd31c6de3f928c88bdb560f
Version 20000000
Previous Block 0000000000000000000112ffd371287b3c84509c944a570407db8fd21ee1339f
Merkle Root 9ac56fa7ab56b3c1c8efd3b0e00a03548e1206ed7409261994a97333020ab79d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,556
Size: 1.00 vMB
Total Fees: 0.00987752 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,492 (720,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,964 192,964 0000000000000370af48d8ae11115770470b5161ab31208f19e13e00a5bfc926 210 0.09 vMB 129
192,963 192,963 00000000000002a83859c075b77644bd746dc0797563ed9a1e780b530c3a7307 11 0.00 vMB 0
192,962 192,962 00000000000007912f72572421aa7e1d00d47ba8a85336fb5427c34875de7eb4 146 0.05 vMB 165
192,961 192,961 000000000000042b3937952c1c7fdb58dad12ecbe6b02b9d3a154ac425b9cf88 1,383 0.50 vMB 100
192,960 192,960 00000000000001d21e98f3b90b1c1aa7b8d409c314d4b2364686c7e6aa70fcee 107 0.03 vMB 93
192,959 192,959 000000000000002cf84057070d707671af5bf41c6cd0151c2df21cb0667b809b 495 0.19 vMB 151
192,958 192,958 0000000000000488e453c13ac1c8ea72c9c7f3c9682980f50abbed32361c25fd 424 0.21 vMB 485
192,957 192,957 00000000000002a8215150ae3a608ef0e544b1ede924ce1ae87090ad0feffb2d 10 0.00 vMB 15,037
192,956 192,956 000000000000042ca43951a4e438640dff235b9fb5cc8b708f25a021a69a8c20 56 0.04 vMB 96
192,955 192,955 000000000000005e29124dda9fe590efd258c4096970060c278aa92aaddeda2b 683 0.29 vMB 184
192,954 192,954 000000000000080576f72b29da1f0ba750a45417950049d4b802da637b141628 196 0.06 vMB 188
192,953 192,953 00000000000004b3d487e018ffd16469faeea95bb04e1f669174d7695d00803b 397 0.11 vMB 162
192,952 192,952 000000000000055811f6599519349f964c98f2b8c047e1e0e60d1daccbbd52d4 871 0.25 vMB 8
192,951 192,951 0000000000000106ff1adc143dd4ccc4786abd9183b6e826f189e5093683b34e 506 0.27 vMB 146
192,950 192,950 00000000000007d99dbf5d36e45cc09ead769378d32c1fdbffb311b10d31064e 12 0.00 vMB 50
192,949 192,949 0000000000000313a068b6f1f9e5e3bb0c0b883f6b3816fce540dff5cb93ba62 160 0.05 vMB 67
192,948 192,948 0000000000000213d5d14625707c5302e3db1482f9d05134d06fe706151ab9b5 41 0.02 vMB 119
192,947 192,947 00000000000006e1903a9e42be478b1d69beda64efe969abf34a5de00a001427 54 0.02 vMB 60
192,946 192,946 00000000000006bf61445c8ee8fae08f86e252787f4a07cfea0efba37c47576e 48 0.02 vMB 671
192,945 192,945 000000000000063a0e850e21a0e256a20bd2f0d3d508fea5b7d852d6b3f4baff 133 0.07 vMB 117
192,944 192,944 00000000000003bf3017f13a37b28a5d7b1491b0eaf302623f46b17e11059f6d 53 0.02 vMB 80
Previous 10 blocks ↓
Total Size: 779.72 GB

Node Details:

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