Memory Pool Memory Pool Refreshing

585 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 585 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (160,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
747,441 747,441 0000000000000000000935d44c0b96543b2d3946510d87c926ccf18cbb843b41 0.01 MB 31 12
747,440 747,440 00000000000000000007f721c9acef6d6a329388fc50d827f3872e1d5c36b99a 0.08 MB 133 10
747,439 747,439 00000000000000000000fef3c081bc8cd4ba208672d186c86b36883781c3934e 0.45 MB 689 11
747,438 747,438 000000000000000000048827f6f940af1e4d813f7eb37b69a75d529816cd8fa9 0.77 MB 1,230 11
747,437 747,437 00000000000000000001573ffefd7a913f4a1f70e83a622d485ea62e7b7cdde4 0.55 MB 1,058 12
747,436 747,436 00000000000000000001cd06e77dcc0b4b97ba19ebd63b1b2fbb2db550f39eaf 0.47 MB 682 11
747,435 747,435 0000000000000000000031eb1b064a725c13597be1ae14f9503a4c77af6ca4c1 0.77 MB 1,053 11
747,434 747,434 00000000000000000001e1a0818155633b88bbd63f7018828b186f863140abf5 1.82 MB 735 1
747,433 747,433 00000000000000000002133e2ea37eea9cecaf83bf16c268ab7bc323a9345815 1.54 MB 2,741 6
747,432 747,432 0000000000000000000789a536390fc37ed343da8dcd60b6b1a4dc6a0ed27ef5 1.40 MB 2,466 14
747,431 747,431 000000000000000000054d287d33b81dc818103e9473f5d21e86c0c24fcb00ef 1.54 MB 3,052 20
747,430 747,430 00000000000000000002a41cba7cf1c6332d722759bcae2d0cc7798613536a02 1.29 MB 419 14
747,429 747,429 0000000000000000000538eb4cf7e4bf5d127bfac7a110c59310e49f9195b6bf 1.32 MB 2,091 27
747,428 747,428 0000000000000000000102ee34134eb3e00b8167fbf111f46af1a9c8c33c7709 0.04 MB 107 12
747,427 747,427 00000000000000000007e038452db91409030c460a76b7a5bdf25ffb5dcef7c8 0.66 MB 805 11
747,426 747,426 000000000000000000035d40502915251cd127432f0c4f0fdedfa682356193e6 0.39 MB 512 11
747,425 747,425 00000000000000000002332b5c8e18b8fefe8aab02ddfb10f22325d8e7099337 0.10 MB 216 13
747,424 747,424 00000000000000000009011252e550fdb72bebbc5e59bf0a985b26aaa79bf944 0.59 MB 879 10
747,423 747,423 0000000000000000000047708b6c15ce953e8f0559cf2af78ad9391e04fca4e2 1.57 MB 2,195 12
747,422 747,422 00000000000000000009d59c568e9584c1b54ef937c11f84010182ed6a9b856f 0.51 MB 565 6
747,421 747,421 000000000000000000072d840855bb0a5475437e39e828b573821d5aa493818c 1.43 MB 2,514 12
Previous 10 blocks ↓
Total Size: 769.10 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,628.86 GB sent, 93.39 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.