Memory Pool Memory Pool Refreshing

8,272 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,850 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (714,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,042 193,042 0000000000000208b376ad6b590f0fd8a4b1c55f769b03d5194ebd6835ddfd0d 0.06 MB 150 93
193,041 193,041 000000000000059fdcef9077b57cd9af6ee97f4ab0506c7dad760d044f170c77 0.25 MB 609 143
193,040 193,040 000000000000042725bc28347cd5bc47f5a34283aad753e0397c3c1619d1e0ff 0.03 MB 65 159
193,039 193,039 00000000000006e25c74eedc727ffd6e8b3e254cc7f4f846cd96e10b5feedf65 0.00 MB 9 15
193,038 193,038 000000000000042e0b17de7a700912f15b9f0378e86c9d9c665b6103eca843f5 0.21 MB 307 89
193,037 193,037 0000000000000722a46741d2e8e789e24b61b4fa0f87c52d4437d0ba45da44bb 0.03 MB 88 32
193,036 193,036 0000000000000780d90298b36bda4104d72b662241f1d4782de39a3fa5a6c72b 0.21 MB 353 92
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
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.