Memory Pool Memory Pool Refreshing

5,418 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,697 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (425,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,959 481,959 000000000000000000e79de9cd7bccf8977e928d478be8f2c4004a250ee95dfb 1.00 MB 2,096 441
481,958 481,958 000000000000000000b7ff2c3f6cd0f7bd228278b2f867a9a4017de2b005e6ea 1.00 MB 1,754 505
481,957 481,957 0000000000000000012ab02af694bc238eb1718ee92a7468083cceb98efe8078 1.00 MB 2,674 457
481,956 481,956 00000000000000000112279be9931a196c1166ef85aa88bb4e7db07d96128b2b 1.00 MB 2,305 586
481,955 481,955 0000000000000000013076f5e28088a4d18033e24b06fdcc582cbcfd77b672e5 0.00 MB 1 0
481,954 481,954 000000000000000000c2790065cc73c817bbdb4f64b95290a950f40d2823a2f6 0.99 MB 2,530 316
481,953 481,953 0000000000000000005ea37e9b34e42d766d6302a5805a9154863b5b0dd7d75d 0.92 MB 1,992 349
481,952 481,952 00000000000000000034471e53fc21ebc7a8b0a941078a25e9b5670e576435ba 1.00 MB 2,427 479
481,951 481,951 00000000000000000017302c645df08f999725842704d7030f58c3fd832385cd 1.00 MB 2,354 497
481,950 481,950 000000000000000000b1a917f2ef68e125535eb62c7d2e14db8e845189f4c6ea 0.00 MB 1 0
481,949 481,949 000000000000000000116d5ced71f267802732b44ee60ea5dc3a18213763de95 1.00 MB 2,092 347
481,948 481,948 0000000000000000008d008a518aba417441cada5e0591d1417a713708740792 1.00 MB 2,163 377
481,947 481,947 00000000000000000139cb443e16442fcd07a4a0e0788dd045ee3cf268982016 1.03 MB 2,164 455
481,946 481,946 0000000000000000007a3061573f5bba379cc02eb472e96f0941d37548fd2982 0.99 MB 2,325 375
481,945 481,945 000000000000000000edda010894cc0f709790125c4bc82b97b9d650e8fc7141 1.00 MB 2,187 453
481,944 481,944 00000000000000000050bff11bc9d61416c2e3091e9082defcf59c6086c3399f 0.99 MB 1,957 391
481,943 481,943 00000000000000000114b0cf8c0ab40deda0c19579669329d76d8ba1ac223564 0.00 MB 1 0
481,942 481,942 00000000000000000011c342b1b99704c40b5a4c2011f2f897a39fe42727a500 1.00 MB 2,308 426
481,941 481,941 000000000000000000a4d6fff9675811befbbe995262cb932fecb41529c47390 1.00 MB 2,479 422
481,940 481,940 00000000000000000110c4cc660823295b538c4cb87e6ef5f3c98cf7169c440b 1.00 MB 2,214 433
481,939 481,939 000000000000000000bb9de29e12250095124a99ae3fd10ef0708ea299be6bf6 0.93 MB 1,804 351
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.