Memory Pool Memory Pool Refreshing

4,012 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (425,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,971 481,971 000000000000000000aedfb9cbc4d21186463c3eefb1ef5659e61edd0144dd72 1.00 MB 2,337 525
481,970 481,970 000000000000000000bec5e26c15b8a147cb6566c1e882afdf1cf0e14c362540 1.00 MB 2,374 517
481,969 481,969 0000000000000000010a71d82e4b97b427d6a5ed1a92c85fc651320386d42804 0.99 MB 2,385 587
481,968 481,968 000000000000000000eba963ac34512af420bd68b3ab9dfd58d27e4e3e7e4de4 1.00 MB 2,167 436
481,967 481,967 0000000000000000007756945e02eb480b793bf3f5c1ba8dbccf352206d3f66a 0.99 MB 1,764 377
481,966 481,966 00000000000000000082b41425061ad917d22de48207f403be9057d964adb693 1.00 MB 2,228 441
481,965 481,965 00000000000000000006ff90bd14b7683fbc8be1db7663de7695acc5e817358d 1.00 MB 2,261 517
481,964 481,964 00000000000000000025cd009b15a574a25a377eb601ffdccd7a414aaafbfe37 1.00 MB 1,463 477
481,963 481,963 0000000000000000013abb861cb93caa824214dabee141a1f2f51c1968ced32e 1.00 MB 1,628 397
481,962 481,962 00000000000000000048a5cc33eeb91bd39e7edbf71028400f56a8d76e540c1a 0.99 MB 1,358 476
481,961 481,961 000000000000000000a4c0d4d4f60bcb33d8eb98d4aecb5a1e7054731340d3f4 1.00 MB 2,179 481
481,960 481,960 000000000000000000146dc874e184d4bf06b09d465ac47ebec83bac1ad4d801 1.00 MB 2,286 486
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
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.