Memory Pool Memory Pool Refreshing

10,241 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,912 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,647 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,911 (751,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,157 150,157 0000000000000af249722268392e686e1150b9d0b46778911cb247d27c7cdaa1 0.03 MB 83 283
150,156 150,156 00000000000008d64d25d95b93c435df1f3c8ff9dbec2139eb19bb643f17b89d 0.02 MB 47 605
150,155 150,155 00000000000005aafdb1cf2dd00fd2647b93ba25b65eecee4462325767932ab0 0.04 MB 138 35
150,154 150,154 0000000000000002cd4cffe5fa3b3893ce69b8ee6c4415bd13eab69f2ee73bdb 0.03 MB 42 180
150,153 150,153 000000000000064ab9b6a6386183970d0047e0c229d272965b6665a2776fb108 0.00 MB 12 38
150,152 150,152 00000000000009020224c046b39d4efddf9bc881196084ed29b033a0ecb9c384 0.01 MB 19 184
150,151 150,151 0000000000000944287d15946fa3f803eb20df4c472db7af5e021b4e7b2b8881 0.03 MB 63 401
150,150 150,150 0000000000000509358663384bf7fc96f6a08c2c46982cca37a695d9f4acb3c0 0.03 MB 72 123
150,149 150,149 00000000000008ac52ca3bd7cdb8bf50c1baedbebddafa34fc752ca1cb1d9b36 0.01 MB 32 254
150,148 150,148 0000000000000430e0fdc29e2787154a84c60639c0d5a6183a062beff50519f5 0.00 MB 10 18
150,147 150,147 00000000000008fe6c0d6527647282ebb8e839abc69c72f28be563128c38e356 0.03 MB 96 90
150,146 150,146 00000000000000eb635e6c0f1634d356e644de9bb008206aa2f58b0826759a55 0.01 MB 27 162
150,145 150,145 00000000000003221c0ef377f343d86badb25f1dfacec85398992501d944c210 0.01 MB 30 189
150,144 150,144 000000000000097d00c88cd545063e7da2a8bc6b1794f0f87e7d4f71323d244c 0.02 MB 42 136
150,143 150,143 0000000000000b1e87488928f47277b5b8b12677996197ed3946f9af65e41c5a 0.00 MB 9 47
150,142 150,142 0000000000000a1eab0af78ca2fc05128679675f02933788e256cc7d47bdebcd 0.01 MB 25 363
150,141 150,141 00000000000009d360b8257dd112881c59978f0d4215876d3981344a50aae3a7 0.00 MB 15 108
150,140 150,140 00000000000006112647fd6774e0e3405b294f47fc020ab4d9bbf2917373f799 0.04 MB 126 53
150,139 150,139 00000000000001d801e2b7217e11b87b0e4bb4bf722b1bba6832b5855ecab490 0.02 MB 48 196
150,138 150,138 000000000000081e695bee91a736485e037608286e006ddff43a5061350bf00f 0.01 MB 35 135
150,137 150,137 000000000000034b6e4231db57c00320ac83e564eb5dffd0e2f58f98e9c68ce5 0.05 MB 111 73
Previous 10 blocks ↓
Total Size: 759.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: 776.13 GB sent, 41.95 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.