Loading Tool

Explorer IconExplorer

Memory Pool

15,236 transactions
11.20 vMB
0.05551183 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.77/200 MB

Candidate Block

Mining Attempt e37e08ebf532e87bd8f38ac0e8fb7357250a48591261edea8c212c477c9fdb52
Version 20000000
Previous Block 0000000000000000000006ca46d77662424a3c954a5db8f2745f0dc89e1e8097
Merkle Root 4d9e32770c3c70fc714ee0fddbd5f9eb5de79d36e2895fa724f4221507713d1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 0.9979795 1.00 vMB
Total Fees: 0.03248186 BTC
Feerates: 1,002.97 > 3.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,811 (740,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,021 173,021 00000000000003a8dcc3597e804029dd1f442100dec6a59b2b262b1315d0fba1 108 0.03/1.00 vMB 82
173,020 173,020 00000000000009ddb6b8b34088b90082c6452edddb3606c99d054099cbdfccfe 9 0.01/1.00 vMB 108
173,019 173,019 0000000000000564e255f8c764dbcc4eee2e96164a0c7f1f35bc463e942eb9ea 39 0.02/1.00 vMB 53
173,018 173,018 0000000000000486e8b94a5a0e751247d350da7fe116027b72750f089b8f1a60 30 0.02/1.00 vMB 36
173,017 173,017 0000000000000072e1be56e18179f1ed7efe2743b8460a1d6dbb08f37e63b62e 1 0.00/1.00 vMB 0
173,016 173,016 000000000000046e89c9138e0b9bae2e77e13dcdfd911d7fa964353d5c184488 23 0.01/1.00 vMB 185
173,015 173,015 00000000000006808fb5ae813950db96f1f35eae77ead6e5af7fefc6ac0fb69b 69 0.06/1.00 vMB 355
173,014 173,014 000000000000031ce8641a2cd99c071282b1d4b76ee3ea1e3aea39033dfca315 47 0.02/1.00 vMB 29
173,013 173,013 00000000000002494d450817a7b7e5208f2f04823e5dbfadc61824588ff6f153 87 0.04/1.00 vMB 155
173,012 173,012 000000000000007f4dffc59a5f5319f6b3580be9efcb46ea37b386870778b59e 27 0.02/1.00 vMB 117
173,011 173,011 0000000000000002a9bbbe045429e063c791604edc73e92190ae12d8ea77ba13 7 0.00/1.00 vMB 478
173,010 173,010 00000000000007a0de041a486918838a84839cc30c47715cde6edaddcd0f5f71 31 0.02/1.00 vMB 91
173,009 173,009 000000000000064028b1388ddd9cfa046096c50173587b319bf0c21ebf2095be 95 0.03/1.00 vMB 89
173,008 173,008 000000000000080acc3c88b2bf5f4527d44fe512d5f18ee4a46403d6dc84db74 71 0.04/1.00 vMB 195
173,007 173,007 000000000000076d235fe8dc415b5a6717564181a5ad85fad525ed3285c97f8f 44 0.02/1.00 vMB 114
173,006 173,006 000000000000071c3463ef7388882cc7ed71f30f71356f3d668d5ed96ade8f66 39 0.02/1.00 vMB 129
173,005 173,005 0000000000000682b81f88447ced27befc3c097ae3eea0a0bae06681056cc5cf 134 0.04/1.00 vMB 125
173,004 173,004 00000000000006cae6c7cb20dc5f4333c3709438499153a0dba66c19eb0a35cf 59 0.04/1.00 vMB 122
173,003 173,003 00000000000007a985fb0e3c436d3035b20563aeeeb67e430b7c3b0474474ff3 130 0.06/1.00 vMB 114
173,002 173,002 0000000000000aa06bc2de14036c3d47c0232d3c740ae30a4f782be2bfdefea8 124 0.05/1.00 vMB 239
173,001 173,001 000000000000060abd5d2b8ff55a15c9b885202da7ca697b7920d6a94bc2a1b6 17 0.01/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 780.28 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: 516.80 GB
    • Received: 4.47 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.