Memory Pool Memory Pool Refreshing

6,510 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,106 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (2,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,331 905,331 000000000000000000010858fe23cf04111eea204f05f770766c3bd73c56456a 1.69 MB 3,183 4
905,330 905,330 00000000000000000000c907aa61858dd512c806482db8bbff14f21e1b2b343b 1.38 MB 2,342 2
905,329 905,329 0000000000000000000150816efdeffa65363f90d76b2be19fbaab91f1774434 1.72 MB 3,988 4
905,328 905,328 00000000000000000001489f7f6b45079163b9592011bde893430380da25bbf5 1.63 MB 4,156 5
905,327 905,327 00000000000000000001d0cdc2001f42e18c388f9dcbd37c2d173a1a44ef17b6 1.52 MB 3,254 8
905,326 905,326 00000000000000000001c7a7eed3c2e31045f9493a6184060a33b7a2f1c773ab 1.73 MB 4,596 2
905,325 905,325 00000000000000000001718d0e7d6726fbef9f89ee02229136cdfc1aff6a6b20 1.74 MB 3,892 3
905,324 905,324 000000000000000000010e1f43a399218e3f6c2d184bbc2494a53fa92b95c13c 1.59 MB 2,984 2
905,323 905,323 00000000000000000000c5d697531e20c08698aa7dbe2f8274dcd3f026bf7b4d 1.63 MB 3,440 7
905,322 905,322 0000000000000000000073ed44535553cbee9db381c3397b21af559ab75d9246 0.18 MB 509 1
905,321 905,321 0000000000000000000231ae8b12a3c9711b42e78dda2e2aa527180f2e6d2bf9 1.80 MB 2,838 1
905,320 905,320 000000000000000000022df657f6217940d926872df90f35ef69d14459c5c62e 1.66 MB 3,394 1
905,319 905,319 00000000000000000000812cd609154f1bc357342c1a8f4201b018400fa4f134 1.71 MB 4,076 1
905,318 905,318 00000000000000000000b084a0b1cb91a9e453c85172236eb2754d93969b35ed 1.77 MB 4,135 1
905,317 905,317 00000000000000000000bce74345e68f2ab8d6c84b469a69fe470484f6701245 1.57 MB 3,028 4
905,316 905,316 00000000000000000001366fecc5aa1cc588a222729b54de4a1abbfa7cdbdfd8 1.69 MB 3,108 3
905,315 905,315 0000000000000000000218475fa4e506785417db06e04a53923a79b1e1e89a64 1.56 MB 2,996 3
905,314 905,314 00000000000000000001da632032c090fefb9ec86cdb0c7e1d3268927661f818 1.65 MB 4,031 2
905,313 905,313 00000000000000000002349b8581a9dd64a3b121a7487adc4a663db56c579110 1.80 MB 4,280 1
905,312 905,312 0000000000000000000226816bc82742385d77306de2e1344e3ff5def9153a03 1.56 MB 3,348 2
905,311 905,311 00000000000000000000d0340bf55c5e7ad259ccb397ce109af0eaec0e45592b 1.79 MB 2,339 1
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.