Memory Pool Memory Pool Refreshing

6,104 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,655 (755,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,854 151,854 0000000000000971161f853144f5d4ef9530b2d77ae44d3f230cc74715db2350 0.03 MB 85 124
151,853 151,853 00000000000006bb0300c771bb1e8a2a3637e56a4033ed0d89369d17fa393dc8 0.04 MB 111 90
151,852 151,852 0000000000000624a4404ea9aea9faecd5740b05035c2bfd360d73915f9e9060 0.04 MB 82 191
151,851 151,851 0000000000000d42d3ed2dbd631478e95d8d6fe64c077f71b70f8a042698d3a1 0.00 MB 9 163
151,850 151,850 0000000000000bf7e56c9f4c39d216f781d5761d7e49eb8e6289a223933ddac6 0.05 MB 110 153
151,849 151,849 0000000000000726286afee15bb4851c6641ceb0c9c8bf183466e60b4062dff8 0.00 MB 9 3,431
151,848 151,848 00000000000006efc243d3dd5bac6d35d190f61d460a4d42357a54633351838b 0.02 MB 43 90
151,847 151,847 0000000000000b95e6170137327d7d7f199aecb25d00fd200be2004b151a9e1d 0.03 MB 82 37
151,846 151,846 0000000000000a431c994161451d374ab321516c36587a4c1c73acf46a44b59c 0.02 MB 57 124
151,845 151,845 0000000000000c0bfce225ea17a4d47517a712f66baeaa030b002127c4c14c97 0.02 MB 87 14
151,844 151,844 00000000000000cfc95e4c13ffb1286516a142425b23cd05dd2e75b83b89dd33 0.01 MB 24 29
151,843 151,843 0000000000000d626d2cd9cd67af2ae19f0a892828ed9bb253606582a6b74a34 0.00 MB 9 364
151,842 151,842 000000000000042f5b0aca5b70482af2b20022afcd657d8a3e3b8ae8d28679e4 0.00 MB 8 53
151,841 151,841 0000000000000c37c460f324fc71f6adcf212a3d26ec380be8196ca946f60f51 0.03 MB 80 53
151,840 151,840 00000000000002316fc7e6df2ed45412ad82850e7c283a882064d42b8178df90 0.04 MB 118 36
151,839 151,839 00000000000005e5eedaf83d83aa8041939757610fd42736c32f2a221cef658f 0.01 MB 42 378
151,838 151,838 0000000000000c7f878cf71e5a6c87592c7c1982748e4f54b968b7b0c4cd324d 0.03 MB 70 34
151,837 151,837 00000000000007ce7105ef7654221e8be950648f5fcab58c917d32282ddb74f0 0.00 MB 1 0
151,836 151,836 00000000000004c1e14441f3c6c2699ca7afdb5c2d2a9a952c18564b18f461fb 0.01 MB 30 40
151,835 151,835 0000000000000c92dfdc14797e0dbdcfe4e4f9c0212211dc1553939e202cc45b 0.00 MB 8 39
151,834 151,834 00000000000000d1e2730332ac2441544224457ea06e38f4b7eef4eae05f4220 0.02 MB 33 347
Previous 10 blocks ↓
Total Size: 768.90 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,598.92 GB sent, 92.26 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.