Memory Pool Memory Pool Refreshing

13,822 transactions
4.37 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,587 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (624,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,070 283,070 0000000000000001249a0fadc7917a93cb93f4cfbb77ff9377aaf1fcee8782ad 0.06 MB 50 22
283,069 283,069 000000000000000142aa76d3862acb15543fcd9005d6fb9bddfc0609e73a66f6 0.35 MB 749 128
283,068 283,068 0000000000000001b622934dd79f41d4efb5fc4246803d31d2703d2c790b2efe 0.45 MB 627 29
283,067 283,067 000000000000000078c57771db43daa86eaacb890704decf694cc35743c767c1 0.35 MB 683 50
283,066 283,066 0000000000000001cf6ed83efd8db0ab31e39a82c529ca9112703d612a29d60b 0.25 MB 616 59
283,065 283,065 000000000000000144b22115ad3a0879efef4571cb250f9374492d87056e592c 0.35 MB 639 37
283,064 283,064 000000000000000083ca532b367ee439f40ce23375f9827cd15e7daf1062869e 0.25 MB 686 75
283,063 283,063 0000000000000001873c31bf8f3a957a09533393f0e18ac352c40cf854fdf7b2 0.08 MB 143 36
283,062 283,062 0000000000000000fa47ab0cf2ef74ec38509452ee3177eac1cf5f00e37d9d99 0.10 MB 156 38
283,061 283,061 0000000000000000be2b91760e72260acc776f4cb9b3d30451d20bd3948e22a2 0.10 MB 112 7
283,060 283,060 00000000000000006d7ddf6187e8a24a27171ab3c58d61328670254887e6b0bb 0.23 MB 510 47
283,059 283,059 00000000000000004ef7063a5eecb2d72a9fefa6cb4ea6bf6fd3dd13e5fff66c 0.05 MB 156 55
283,058 283,058 0000000000000001097980877af2069090586d516574144b13622d9dafe7dba4 0.12 MB 280 44
283,057 283,057 00000000000000014764aa9cab72879e81c2fcd3bd07e0cb0139e2dd11820aa1 0.25 MB 498 37
283,056 283,056 0000000000000001d0ab6c2a1939f4a6afd25e8dc25d6c911e3c7aa635a1d552 0.30 MB 771 48
283,055 283,055 0000000000000001569dd05e0ac72dfd91892977feaf9d6547613b3c69354f5d 0.14 MB 312 41
283,054 283,054 0000000000000000c31f415fb24ea30348475a7446b567fc2772e2048274ba40 0.09 MB 152 34
283,053 283,053 0000000000000000208544b5b8da248a232064e7035b6f3d441d1b28ecd759a4 0.30 MB 698 48
283,052 283,052 0000000000000000f3d57d08d26b8fc156c35f0cbcf27ac2ed27a229485fe194 0.21 MB 269 21
283,051 283,051 0000000000000000663036f9be8a18d2c1e6453c75dd3316e9ff08b9b9c15083 0.05 MB 151 96
283,050 283,050 00000000000000007f5e58fdcf0177588079506a39026876981860cba3d0d4a1 0.10 MB 113 17
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.93 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.