Memory Pool Memory Pool Refreshing

3,252 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,783 (548,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,831 358,831 000000000000000012a3b6fd44134a6988e26942902a270a37c3ed237c25b678 0.38 MB 596 21
358,830 358,830 000000000000000006fe959af3e062b896f287e8e1614afa44cc5e0f44651972 0.26 MB 516 27
358,829 358,829 00000000000000000f76ea1df1fd1d0f86f68585c68cf85fbf3f858da514e22e 0.44 MB 691 13
358,828 358,828 00000000000000000d98067b58ecdff8f0ddd1105677c6ad1550b85bb92fc339 0.75 MB 1,536 32
358,827 358,827 00000000000000000c94ef2a9c3e1c31cddd0bfc57f1d4cfc981266b78f22de2 0.00 MB 1 0
358,826 358,826 0000000000000000065c99b6fc1bbcb4a23955e83a94a50d694fdb783e9acf56 0.75 MB 1,433 27
358,825 358,825 00000000000000000c713b35809070eff60222099cdba085cffa5376926ba84b 0.75 MB 1,515 28
358,824 358,824 00000000000000000ab01dae668f84914a0a66394ef3befed2d0715788bc8680 1.00 MB 1,149 20
358,823 358,823 000000000000000008dcd35e54862709e577d68ff608dc40f9858de7541b13cc 0.00 MB 1 0
358,822 358,822 0000000000000000100488dba4a7497335b3304352030c218bf99a4c2620b102 0.75 MB 903 20
358,821 358,821 000000000000000006b67a971c3ec6a895a818084eb02a0b3ae77cc225250e96 0.94 MB 992 20
358,820 358,820 000000000000000002078db1dd0b660d1d011e2cb44cbe3bc62042f9063098e6 0.75 MB 1,346 26
358,819 358,819 00000000000000001368102b4532f99ef21f0e77ab5b1aeb52c49c4243bbf43c 0.94 MB 434 10
358,818 358,818 00000000000000001575b225ce91dc57ad11c5eae1ed6c04e23839d81d79779a 0.75 MB 1,091 23
358,817 358,817 000000000000000010e9da67637990146542a00ff104e36bdb2a95b560c3ded0 0.23 MB 512 28
358,816 358,816 000000000000000009ae7454f78abe01b1c6a599988ce04eb0993d1d26df11d7 0.24 MB 398 23
358,815 358,815 0000000000000000078b380245211ee33a4949bd387ccdb9ac6cd141be7eb669 0.63 MB 1,351 28
358,814 358,814 0000000000000000143dce5008d7c614ae66d825e42f3290a2d7af089fa941e4 0.48 MB 677 16
358,813 358,813 0000000000000000087d95cd77c70fccb626565bd919f9453e97e90bcd99386e 1.00 MB 2,020 31
358,812 358,812 00000000000000000a07e8d37e61b37c4d20390a6f69b4704b2da1e6b3a742b6 0.27 MB 424 20
358,811 358,811 00000000000000000669e4b8a6a7f958e0a48a27648600f885a7db81084d6051 0.34 MB 566 21
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.80 GB sent, 93.57 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.