Memory Pool Memory Pool Refreshing

4,912 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,681 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (294,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
613,068 613,068 0000000000000000000ee30d64fbb5cf670a00501a891ddd6702c0b444a645d0 1.29 MB 3,166 22
613,067 613,067 00000000000000000007fc9fe3044240bde30ef6a36caacd0e4c9807c1f7a699 1.14 MB 2,445 11
613,066 613,066 000000000000000000051c930c13e18b207379f361bfaebd1984eb62ed2e4a71 1.33 MB 2,292 25
613,065 613,065 00000000000000000008ca56ce4b90a64f811d97090263560fd35f05e044b53b 1.35 MB 2,804 33
613,064 613,064 000000000000000000029c067ddc03d039a27f69eb33167ecaec1ae341b75135 1.02 MB 1,259 3
613,063 613,063 000000000000000000099290577a9f542e271e04f25094ef7183699043e42220 1.31 MB 2,587 15
613,062 613,062 000000000000000000032cadd9cbf0cafe791df3e61fd42be7c09d067dc996e6 1.30 MB 2,990 28
613,061 613,061 0000000000000000000a2ad6f6966e4e97a8b0e3cdb50739f8f5443ce9cad809 1.38 MB 2,414 38
613,060 613,060 000000000000000000080827192d568ec1a19c29caca0a15ddfe589cde66fe9a 1.24 MB 2,945 12
613,059 613,059 00000000000000000005eee61be3e618f90c9080b2bd8d95c442b119c4ed64bf 1.26 MB 2,488 20
613,058 613,058 0000000000000000000c5f70cbd33ea398d1e25a02cd9e7d4f5b11991dc1ab76 1.10 MB 2,046 7
613,057 613,057 0000000000000000000fdac80998f812b0e2367a4fd5e902eedaa2f0a385b30b 1.30 MB 2,723 19
613,056 613,056 00000000000000000007c260d9559df6f808c54ac7197a1d253c61bb569c25bd 1.31 MB 2,710 35
613,055 613,055 000000000000000000122df7aa52e431323eb661ea54b2b79b1257e8e238e0ba 1.30 MB 2,589 19
613,054 613,054 000000000000000000091c389f1fc7156fb6a93f0ac95d58c1f22d0083ab7ad4 1.27 MB 2,017 22
613,053 613,053 000000000000000000126f261d533e76f23b2bf2cb5fd10928a62d6a90d40325 1.31 MB 3,125 34
613,052 613,052 0000000000000000000f33ed07657242e48a59f488ec549f450046120c42e8e4 0.05 MB 107 20
613,051 613,051 00000000000000000000198c29b98499d6deef1368d61428325aa53664f4b6a7 0.88 MB 2,339 19
613,050 613,050 0000000000000000000d3330fe99e6cfc4950f7c784d37e81c8454d25183f27a 1.09 MB 2,924 17
613,049 613,049 00000000000000000005c095dd7fcfb802817d114e4f752fe5525d3375a551b7 1.25 MB 2,554 20
613,048 613,048 0000000000000000000df66ee7bc3783e74554720713f43dfc7cca248cd7d6c4 1.37 MB 2,924 19
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.