Memory Pool Memory Pool Refreshing

3,593 transactions
24.28 vMB
Show Random Selection Loading Transactions
Max Size: 99/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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,370 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (904,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,094 4,094 000000000ddf0028b5d6b6d0caa5fcb5944395e0e9bad55b9be480ab7ae03483 0.00 MB 1 0
4,093 4,093 00000000d6007fa7c6ca9a92c2722fcf28680505430a0e1169f3bd72f67dd625 0.00 MB 1 0
4,092 4,092 00000000ddab5b03e1a0ea911bd6ffaa5e1ab24d75918bc717c1ad0ad8ae39ca 0.00 MB 1 0
4,091 4,091 000000008af2f7e50adfea5af321b00e884ead00d87fde7a7ec1f5b85e5924e3 0.00 MB 1 0
4,090 4,090 00000000b8234b6c5dc8fbec7cac15533fff02b2855c12ddc1136262049eaca6 0.00 MB 1 0
4,089 4,089 00000000fd9df872a0a506799764e1814c70cff9bd058f9cc1c67e856be05170 0.00 MB 1 0
4,088 4,088 00000000531e4155ba3c359f0e4f20265e20139284e18a75bc3baf77f8bfe414 0.00 MB 1 0
4,087 4,087 0000000002f0206f5468039bea2bdeeeb065dfb86ecf498458df45cbc389de7c 0.00 MB 1 0
4,086 4,086 00000000157fd2f08d83fb93daac1da4e9eccc7caa25a57f20a443e86cd9ab98 0.00 MB 1 0
4,085 4,085 00000000079dc27b9d2d9f2666b7623267c770876558bc4b27d090bd21deed8c 0.00 MB 1 0
4,084 4,084 0000000053920dca508c9d52eede796776a1a8befa04d2ae34866bbaf96d8672 0.00 MB 1 0
4,083 4,083 00000000fa61494157becc4a0359b5a6c7075a486db0ab2e77c12a32402dc7f6 0.00 MB 1 0
4,082 4,082 000000001bba0d077bebab403f5ec87c4209b77c7d5612c8eb2db040b774109a 0.00 MB 1 0
4,081 4,081 0000000069662203392f6528318e0a11c7b021afafc2c28b51426b1f6182d684 0.00 MB 1 0
4,080 4,080 00000000628011027537d168255ede078a0313ed94eeed942645213a6e98c804 0.00 MB 1 0
4,079 4,079 00000000342bca0a9b862adc6ac6e699e352a4b83d1cf0036a7a1c20b3de6971 0.00 MB 1 0
4,078 4,078 000000004c4ccb7711e392a62bcd356286ed12b94e34d1028530933de77c3145 0.00 MB 1 0
4,077 4,077 0000000003a9a9b0e2e09228c557867ab8ad31217c1548f13dc47b22616154b7 0.00 MB 1 0
4,076 4,076 000000004be4c5bea43a61cd60d367f30f491beb39f54228eb1779f705b8b837 0.00 MB 1 0
4,075 4,075 00000000e7b1552835a7b26bc8ef39ce021cbf4d3463ab63a636f43eadd839c6 0.00 MB 1 0
4,074 4,074 000000009975020177159ac40e2efdffb50ba7b52d10d2f1ae00b8868bbfa3b9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.17 GB sent, 98.61 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.