Memory Pool Memory Pool Refreshing

13,723 transactions
4.35 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,602 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (714,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,035 193,035 00000000000006a74ac6557f35fa327c65870db2a85cb8cd8a0652eaa53e377e 0.00 MB 13 0
193,034 193,034 0000000000000268af0fac133114f98d8c1a0c09b700ece843bf827a1282e321 0.29 MB 824 145
193,033 193,033 00000000000006a4d9a2451a189405e479c45017acdf69a5a403662a3155160a 0.00 MB 9 5
193,032 193,032 0000000000000229c6c8db7e38496f37b6a38d5f5d65d75a5d7a54facf21cae2 0.25 MB 378 104
193,031 193,031 000000000000072d8092a989605fbda92aae88209f64f718f584aa8f64c0aaf3 0.21 MB 201 86
193,030 193,030 00000000000000784ffaaa0dc9a8338ee189af6374094e5cb6b0193ee5e78172 0.06 MB 156 160
193,029 193,029 00000000000000a6686657c14b7c7046afa141965b8c85d2ab7d16071766fad2 0.00 MB 1 0
193,028 193,028 000000000000039a1766ebb80231ebe6e8b54bb01898160ee777cffa67839b0b 0.00 MB 10 2,985
193,027 193,027 000000000000039aa3c91c5ada976c8ccfed93b2849ac1ff8611e8dedb51c4d8 0.13 MB 108 78
193,026 193,026 0000000000000114f74006dad87d2d02094df05c19833e610f0e48588a052133 0.00 MB 14 0
193,025 193,025 00000000000005dd6a144d61abcd4b5015e794b7b528e32eefc4676004d28367 0.05 MB 128 71
193,024 193,024 00000000000006027b563e11d945ab7edaea288b638882913fb920b4c1d2927c 0.19 MB 422 111
193,023 193,023 00000000000002a863c6bc8e0291ac967b5c3643fde946e7e7e4594b6e7bc96b 0.07 MB 149 159
193,022 193,022 00000000000000bef29f9037184309d51b0464cc267011030231f24a618fd72f 0.24 MB 701 165
193,021 193,021 0000000000000310d46d400a603639847aa5202f4647c5f9ed0e6d0002d29988 0.05 MB 144 126
193,020 193,020 00000000000006ad8abe091193a81c690bbe21d1222895c025d399c516c9fa4d 0.06 MB 128 121
193,019 193,019 000000000000056df8c7444856e1ac82b99a3dd5450e539fe6886f9585e8ef4a 0.00 MB 11 15
193,018 193,018 00000000000002f2ec80a0e7e55e3e228519d331d93626fc8f0f2bcb72f46f29 0.01 MB 34 634
193,017 193,017 000000000000021ef2f0aac7dc2ca1031b6e6b2d7eb8624c53dd6418238a97db 0.26 MB 730 153
193,016 193,016 0000000000000122c49c792cd8588851423afbed59059cb58cafee0efd4bb59f 0.01 MB 15 107
193,015 193,015 00000000000000935b0c0fdb8060d06c815a586ec4ed869831946bb3bda67a1f 0.02 MB 59 222
Previous 10 blocks ↓
Total Size: 769.02 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,622.92 GB sent, 92.96 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.