Memory Pool Memory Pool Refreshing

10,405 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,360 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (720,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,956 186,956 00000000000009232c2923e301e912e5ba199adce71722f1bf32313a14403b48 0.00 MB 11 17
186,955 186,955 00000000000003f38e9932fc13b6f7ca182f6333fdd81ff917c526070c847463 0.06 MB 152 105
186,954 186,954 000000000000032c22fac782ed727ddf8c7a050f254e7e403ef0a42e15cc8004 0.10 MB 270 124
186,953 186,953 00000000000003420707ceb86eca8f3e1e70831e52538adb12db89c56bb93000 0.17 MB 496 158
186,952 186,952 000000000000044c867252cc561b3375d1ca2afa661319d2a31fcb593b571834 0.04 MB 90 149
186,951 186,951 00000000000008db62881a48b8ab534d76dc50f70b9270c5d75ee2e364cea715 0.04 MB 75 105
186,950 186,950 00000000000008d124b724e2a3e7ac418b92e960ec6d4526e0e8c5c5c3fa252a 0.00 MB 9 15
186,949 186,949 000000000000038c376b0533d72e527abc17680b86d35c4da60018c00490c7db 0.05 MB 82 69
186,948 186,948 00000000000008c0291d0cf747a83dc018c3a752a86d38714a670db9141caaab 0.01 MB 24 86
186,947 186,947 0000000000000562f71dc037ae8b9f61bcda5ec83715f00422239d89a6eeb4d7 0.00 MB 10 15
186,946 186,946 00000000000003423a53cb57bec99598951d0291fe7977748caacfbc69dd5a30 0.05 MB 61 64
186,945 186,945 000000000000023baaa6ed90c096ba68bb24658bb0f15e600d3c6e6b4973734a 0.02 MB 52 75
186,944 186,944 000000000000050f6267e166025551d6ddfccf2d29314aba36a51804cb19f57a 0.00 MB 13 0
186,943 186,943 00000000000004b970e4b4c465e99f06ef3dbd5680b57d7dc5a6879ffa467e7e 0.12 MB 232 153
186,942 186,942 0000000000000145bdea1118c23c90805d35f11f9d078a39793587125b204892 0.02 MB 37 62
186,941 186,941 00000000000008b1c1cb3707bdf8fff02ab838855a2834a56ffeb79dd5299676 0.24 MB 477 126
186,940 186,940 00000000000002064a60ddc07f7c0096284c628d82f6c1308941a5e9f5402c5b 0.03 MB 85 30
186,939 186,939 00000000000008b45bcf8b0301f8147c0d3c0b3e66bfe25409aa9fe32c1914b4 0.09 MB 157 115
186,938 186,938 000000000000041c3e7a8e0f8d8a8b0bdcf08392b2b5fa5e74ddc6be90fb10ce 0.00 MB 10 0
186,937 186,937 00000000000002526015353b43a61a4fb4f4d47811250d1bccd44671a88cef12 0.00 MB 2 0
186,936 186,936 00000000000003a973fa3ba811d197dff8b963bb0c2efebde8a8ea6016cf13fe 0.07 MB 187 301
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.74 GB sent, 93.04 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.