Memory Pool Memory Pool Refreshing

7,266 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 18/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 1.00 vMB 2,708 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (9,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,553 898,553 000000000000000000019b5812dbc79a9eddf49e8bebfb2695156394f65b338e 1.97 MB 3,164 1
898,552 898,552 0000000000000000000231560cbff3d90a05eac4f7fdd6ff7f8a65e8ebc38c16 1.81 MB 2,054 1
898,551 898,551 00000000000000000000e5f55661b98b714589392ada9683c74508f8db6fb475 1.40 MB 2,143 2
898,550 898,550 00000000000000000001f21b8122b9475de7c1c1de69b770335eeeb8b874bd08 1.32 MB 1,705 3
898,549 898,549 00000000000000000002316949117113b194179f96a50cabe6da62168e08c34e 1.46 MB 3,297 4
898,548 898,548 0000000000000000000109fd0f87307246fb66687197975b59da93cf22780b5a 1.49 MB 4,562 5
898,547 898,547 000000000000000000021d6a82ab8a85ad985204f4323b42db3320616ac5e424 1.38 MB 4,657 2
898,546 898,546 00000000000000000000c4cf49d009c23299174e53536256bf5e771ee9cbb64b 1.45 MB 4,589 1
898,545 898,545 00000000000000000000a5def4e561555d6933704b8a7ac1cfd3cad1e99b7f9f 1.43 MB 5,112 2
898,544 898,544 000000000000000000014851db3d8893a5872b2c73c5ff5fe5306ba5ad4b9e2b 1.54 MB 3,822 2
898,543 898,543 00000000000000000001cedcf3dc802b77c45b626bc5b5292a9f13f5dfad74a7 1.65 MB 3,160 2
898,542 898,542 000000000000000000009ec49467ad6947c4ddb495977452dcc4a1d8629b8453 1.53 MB 3,147 1
898,541 898,541 0000000000000000000235eefaa5846c60577ceb44b0db7d6154c457a1ed8237 1.37 MB 3,615 2
898,540 898,540 00000000000000000000ece3ae8b290b47c18e2466d5d446c4fdbd71f52dae7f 1.41 MB 4,179 4
898,539 898,539 000000000000000000003dd30a7ea99c4ed184b09ad1ba9c725c6caf12d010f2 1.48 MB 4,959 1
898,538 898,538 0000000000000000000116bb756aa8d80dfaa6b18ba960689b31b54210e3394b 1.42 MB 5,313 2
898,537 898,537 00000000000000000001fe6785da58e87dd0a5cedb4d436aff8cee78518dfb2b 1.38 MB 4,502 2
898,536 898,536 0000000000000000000010986f8f6e5bec8793fe1df2e3061ee91fd466854079 1.39 MB 3,656 2
898,535 898,535 00000000000000000000f39f1426449293c6e77a39b50cc09194cde227f9ce02 1.09 MB 2,528 2
898,534 898,534 000000000000000000015fd77937314a5282f5b78a7d1227bb37c9f705e6b018 1.22 MB 2,637 1
898,533 898,533 000000000000000000017b899ef794f3dc69b1a97841f6d9c0d7d343a885ebee 1.29 MB 1,419 2
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,624.84 GB sent, 93.01 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.