Memory Pool Memory Pool Refreshing

9,297 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (88,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,442 819,442 00000000000000000003dade53177a3389b6a655acbf1b33951daea3ffd3ecec 2.06 MB 2,289 50
819,441 819,441 00000000000000000003aeae254212c8fdfba93f71cd5742012aa4cccfb93698 1.68 MB 3,577 51
819,440 819,440 00000000000000000002a06e4fa420d27eae05ed5e23b9c0b93af0144745c0ef 1.81 MB 3,121 56
819,439 819,439 00000000000000000001f70712ad7cc337abcd1f083ec5548cd34931c80e4516 1.72 MB 2,868 57
819,438 819,438 00000000000000000003dcc451665f4b3ad592b4cbcd2bfc7f40360dc532d1a4 1.75 MB 3,535 62
819,437 819,437 000000000000000000038d25d5dfaa85fce07b566447db4fa9703ea0fa936f54 1.69 MB 3,149 59
819,436 819,436 000000000000000000016c2aaa15a41f070376740d260ae8a752a62b6b650e10 1.60 MB 3,765 74
819,435 819,435 00000000000000000003e58ac26ea1c9c9ffc377aad076de10df895ba531e2a7 1.63 MB 2,931 57
819,434 819,434 000000000000000000033b1822239c0f10d62c87ee3d51f049f656e05dc80ee5 1.57 MB 3,027 60
819,433 819,433 00000000000000000002e7898bd67eab592e8d92094d36b8e27b5f6a5a4c2055 1.46 MB 2,884 75
819,432 819,432 0000000000000000000378f54c2b69e541114c0b75b92af9f9fe89957a08d9b6 1.87 MB 3,210 67
819,431 819,431 00000000000000000003268c5d725a97500064b685b7894ff0536fe4a29f39c8 1.58 MB 3,359 60
819,430 819,430 000000000000000000003a3a092bf9d62f631d493be3ee2c49979c1b989a193a 1.53 MB 3,530 71
819,429 819,429 0000000000000000000211e26d27082034e3bc1c9350ad1f2cfa8bdf4b0827a0 1.48 MB 2,745 96
819,428 819,428 00000000000000000003e6246072e9003270d8b687be3f3ca786a42ffcf483d2 1.69 MB 3,763 44
819,427 819,427 0000000000000000000004b86abcbdb76b6d29c594031eaa6a951f174a8c4f84 1.62 MB 4,016 42
819,426 819,426 000000000000000000003909b2d08a1f11588433532c15dd7a8871b60e707241 1.71 MB 3,671 28
819,425 819,425 000000000000000000024b66d16ff69f98d6453899230a482d8f2536f959deb2 1.69 MB 4,793 36
819,424 819,424 00000000000000000003ed54b13ed9f55bc92e13e13c0a352123c1a6c3ac7aef 1.68 MB 3,229 33
819,423 819,423 00000000000000000002a24d4c23cb31f91ff1af183a9b9d568107cea295f383 1.88 MB 3,351 36
819,422 819,422 000000000000000000032e1b13585dacc0816503a2f7a7afb5e5fcc6134e5908 1.75 MB 3,383 34
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.