Memory Pool Memory Pool Refreshing

9,998 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (191,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,583 716,583 00000000000000000008b5545121dba24f993400f90b7787332f582e648945f9 1.40 MB 1,962 16
716,582 716,582 0000000000000000000b864bd716980dfabb24e2afe781ce3a7876ce7f5b2d87 0.98 MB 1,609 10
716,581 716,581 0000000000000000000a9fa57e227a4c238732377e415bd0b0c3f8b40f9acb71 1.61 MB 951 4
716,580 716,580 0000000000000000000ac3c10a0bcd25d8290d1ad545333924f924e82a309ad6 1.66 MB 1,092 3
716,579 716,579 00000000000000000009b8ba9b39d589e5386f72b61fdf41cda259e79c8a12af 1.28 MB 517 2
716,578 716,578 00000000000000000003f57e99bfe515a7ac291f0fe3d766f9894bfd1c7af794 1.75 MB 1,321 6
716,577 716,577 000000000000000000035d5f4ee00883bdbafaa8afaa7b8db81e5c5ffad06b10 1.79 MB 617 3
716,576 716,576 00000000000000000004e5ad68e3d3f750467a9777106961b4d81242690ab932 1.64 MB 2,633 3
716,575 716,575 00000000000000000007e86ceac302815ae30ed7ce009f4e18e76a1c0547024c 1.51 MB 2,580 16
716,574 716,574 00000000000000000009fd7781f23da87bebb91813e52305ea97aa6795219938 1.44 MB 2,744 20
716,573 716,573 00000000000000000009771ac146f215c855a9b3e02297c12af66a66134192b0 1.60 MB 2,513 5
716,572 716,572 00000000000000000001d075e7b9eba4b03ce577325723a819767a9e4a85aa84 1.56 MB 2,694 5
716,571 716,571 00000000000000000006f2b480ae89be8b3c175f143f129d1ab21c55ba25045c 1.64 MB 1,836 9
716,570 716,570 000000000000000000032ecbc4277e02a5d4d5cbec03bbbb35a253847c04eae3 1.56 MB 1,981 9
716,569 716,569 0000000000000000000061ce93d8435331b67f38fe058b3ae96b3d897345bfe4 1.57 MB 2,000 13
716,568 716,568 000000000000000000006d1046f0a9a6a739730797db30a817293a5617c2bf0d 1.29 MB 1,843 13
716,567 716,567 0000000000000000000063d5d8d5c1bac249088b196ec3e7bd43e4984ff81f9c 1.48 MB 2,781 19
716,566 716,566 00000000000000000001252a819e2119e776635d73856af27c03b758ee166be0 1.41 MB 2,467 18
716,565 716,565 000000000000000000028f826c73f5a7074f2bed2c3b47ec5f27e33348d61262 1.52 MB 3,367 13
716,564 716,564 000000000000000000031840794598957c621e67671ee698d918dd6462a55843 1.47 MB 2,152 26
716,563 716,563 00000000000000000006238bcd45aa7b01e4276a6ed329fadbadcc6c429c41cf 1.55 MB 2,467 15
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.