Memory Pool Memory Pool Refreshing

11,604 transactions
4.85 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (564,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,071 343,071 00000000000000000c0745536d84a87028e51d43f576b2a69661b012312ed93c 0.72 MB 1,130 25
343,070 343,070 00000000000000000d849eea82c6474dde74194acd26630687f115d73d6ba66d 0.17 MB 298 24
343,069 343,069 000000000000000001145caad4a0ed9cb5527a124cd90b566f777e852d636529 0.27 MB 501 26
343,068 343,068 0000000000000000169ab804a28543602ceeb8b7d6a75c345e415dbaca6529e7 0.34 MB 677 28
343,067 343,067 000000000000000018582977fbbed02f2eaff6a183004884151eb7427456b0e4 0.30 MB 509 20
343,066 343,066 00000000000000000a63f7568584f657ed3b731342468d39516740c701da91a2 0.39 MB 633 25
343,065 343,065 000000000000000009baf8b6748035ca9b4df999818e54484a0c5cfb1a5af2f9 0.28 MB 300 18
343,064 343,064 00000000000000000044d02f00aa563ad3706c5f9abb518c19b925a57b03210d 0.75 MB 1,755 28
343,063 343,063 00000000000000000862ac169d27baecf055d28ca90e9ff07ae057058a204780 0.11 MB 236 37
343,062 343,062 00000000000000000e773bd52e453125d4258a375d0f45207dda41a91a826812 0.55 MB 1,037 24
343,061 343,061 0000000000000000032bd752f7f707a3454e6a3bbfe18f9c1323fc42ec9687fc 0.11 MB 179 19
343,060 343,060 000000000000000016431baa96acf138a8b69c7915f4dc8bb826dfd450de245b 0.18 MB 462 31
343,059 343,059 0000000000000000087ebac8338b136dfc71cd811765899dadc76e8a6dd3c2a2 0.88 MB 1,861 27
343,058 343,058 0000000000000000150d87229800517093e065c7d878457176eb1394d096c70b 0.23 MB 411 24
343,057 343,057 00000000000000000eecc202d4544e748b426859e4863425f61862e1248354f2 0.09 MB 228 26
343,056 343,056 000000000000000017afaf5f4eafcf20741a68936c793ca780da56978a3fae4b 0.08 MB 128 18
343,055 343,055 000000000000000000e8c55d0732a7677a7a25521237f342b219ac8d2063284f 0.27 MB 488 24
343,054 343,054 000000000000000001bc10853e10d033574c74bbe87717ec2cae8df58fe65a89 0.91 MB 1,690 27
343,053 343,053 00000000000000001226c2c0f5afea90065bc29794e46459e1bfe501de38efae 0.05 MB 82 22
343,052 343,052 000000000000000001d58ac6898752920788033454518b897043e8bb59ba2931 0.03 MB 82 28
343,051 343,051 00000000000000000f6d57b560041cb9e74a3a0da7a3f2d5abb80ab254fe8ea7 0.05 MB 33 30
Previous 10 blocks ↓
Total Size: 769.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: 1,625.12 GB sent, 93.02 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.