Memory Pool Memory Pool Refreshing

2,963 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,799 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,916 (55,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,683 852,683 000000000000000000027f5dd157d1d858e524af33523c53e47e7dfb2a469980 1.69 MB 3,746 5
852,682 852,682 000000000000000000024dfde7924a1f49c91ca270a275491181b09287566b5d 1.51 MB 2,746 10
852,681 852,681 000000000000000000037e4c80b135aa24b2746aa171828368b40213d7827b0b 1.56 MB 3,532 9
852,680 852,680 0000000000000000000334b0ca14d5fa0ddefddcecbbcd8a6d8096230b086c4a 1.63 MB 6,796 5
852,679 852,679 000000000000000000016a4d1a5d4d1d8542fc77a72710cfe46505929da075b2 1.69 MB 5,006 4
852,678 852,678 000000000000000000012bf29d20cd2a4a994ccc222d220840913e5e52803f68 1.55 MB 5,244 7
852,677 852,677 00000000000000000002fae820d5d0b22bc4c2379d613e8d81b498e58dd6a584 1.34 MB 4,348 4
852,676 852,676 000000000000000000024939b50b85a0e7af6794880b141ac9ff54645b71649f 1.32 MB 3,866 5
852,675 852,675 000000000000000000016cf2c99a97b08efdb5d313e2d14f82e671f2aebdf5fe 1.43 MB 2,387 4
852,674 852,674 00000000000000000003054bebc62a8df8412566aaa51906d208200ca5db564a 1.49 MB 5,323 8
852,673 852,673 00000000000000000001e99d1b7bf6e5bdd6c88b22dcb4a957b0dc67feaff0cf 1.47 MB 5,557 10
852,672 852,672 000000000000000000031fb5dd6885316d1633edbc9f8cd4608798f38fedb529 1.55 MB 2,365 5
852,671 852,671 000000000000000000032fe971f9da4e9c77f7e66e0433294f3eef56bb95d2e8 1.51 MB 2,798 9
852,670 852,670 00000000000000000001315d91e8cb8644387d6b30fdc2016859eca77efdd81d 1.60 MB 2,826 6
852,669 852,669 00000000000000000000455a827d863519286bfd0660a7cac3f9e2d81b66ece7 1.94 MB 844 6
852,668 852,668 00000000000000000002eeb3fdab9443475e7c663276fae862e6c422cbc4d139 1.70 MB 3,267 10
852,667 852,667 00000000000000000000349245102a19a5b0149715b2c6280bd551579359145e 1.71 MB 3,047 11
852,666 852,666 0000000000000000000381fcb5d357903f5386c1c3bad893d4f75f82318b7623 1.74 MB 2,600 10
852,665 852,665 00000000000000000000a23eebf7fa7944a5d89b628c52ad65a72ec55be92880 1.58 MB 3,267 12
852,664 852,664 000000000000000000020a8ae26e62d693ec3b0973fce7cceb1fc2360f9a3182 1.53 MB 2,632 9
852,663 852,663 00000000000000000002818ef53c34c9078b2a30a400fff63e8d961f447c7954 1.55 MB 3,134 13
Previous 10 blocks ↓
Total Size: 769.38 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,644.29 GB sent, 94.88 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.