Memory Pool Memory Pool Refreshing

7,745 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,963 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (305,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
602,526 602,526 00000000000000000012f5bcdddc5737ed5ac4f13fd1851229e78eaa4e675b12 1.04 MB 1,548 8
602,525 602,525 0000000000000000000f7520d71c4f742f0c438565c253bda6ab5ac87f0c16eb 1.27 MB 3,029 42
602,524 602,524 0000000000000000000c0e600d0acb6bbdea738f9f5d6d49fc82318da427f11b 1.08 MB 1,721 14
602,523 602,523 0000000000000000000b4e2ee6d98b2372cfdffa277601082800f00a9bbccd66 1.20 MB 1,548 11
602,522 602,522 00000000000000000009de781f4ace874f71f76c025280bdedd6032250e2c674 1.33 MB 3,384 21
602,521 602,521 000000000000000000014c8e36738ce6e78cc5da40f950951cb678de276377af 1.24 MB 2,870 12
602,520 602,520 00000000000000000011ffbc50465ab71df2495ebd5b8aef44e954d7f845d058 1.32 MB 2,895 36
602,519 602,519 0000000000000000000c932dc2fc64758156d51ddbfc3e584efb5d96bd737a1c 1.06 MB 731 5
602,518 602,518 0000000000000000000151c8492d4acf4a4f4f2b9bed9383262e57120fd1d158 1.38 MB 2,510 10
602,517 602,517 0000000000000000000fad29b5d3363bc0e36a515dcb0be641b94d24d6cbe24e 1.43 MB 2,418 14
602,516 602,516 00000000000000000013e9bb4f58ebe6f049e4d4e90b142dd60e5206cfcdd3b2 1.12 MB 3,134 12
602,515 602,515 00000000000000000007ec907231f20a779f1ae9a17f890e97eb1cacc715e18a 1.33 MB 3,106 40
602,514 602,514 0000000000000000000d10eb1812d59245936f8b6f7a5c455bb222b260247770 1.24 MB 3,165 10
602,513 602,513 0000000000000000000f581878ebf4a2a97771707099e0a016c70698d2dfc8b9 1.23 MB 2,705 31
602,512 602,512 0000000000000000000593741a79970e85a14f2166051297e93439401d9a93f4 1.36 MB 3,061 38
602,511 602,511 0000000000000000000d1faaf3c5af3e04985b1c48f1ce7cc346c7feaece7207 1.55 MB 2,694 42
602,510 602,510 0000000000000000000e9bdf23618f9949784946903ab5c05950706cc9627cae 1.51 MB 3,242 38
602,509 602,509 00000000000000000009edb9fef66f6d6c900fadcd127295842b1310de347d97 1.30 MB 2,076 68
602,508 602,508 0000000000000000000fbaad9c489b359e8c2842bbf64e69c3274e862a24e891 0.94 MB 1,937 4
602,507 602,507 00000000000000000002332c678e2defea3b85ef1d2647acb5de5be2405634d6 1.24 MB 2,776 15
602,506 602,506 00000000000000000001211f688ecf13fc54cac1f4b9fa7671f5abd423edd52e 1.24 MB 2,317 19
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, 113 incoming
  • Data Transfer: 1,624.88 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.