Memory Pool Memory Pool Refreshing

2,699 transactions
3.03 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
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,896 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 1,489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,895 (768,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,099 133,099 000000000000024c22c68064bb87d7be2a7a0b9ff40aa6d89e86c3d24d687815 0.06 MB 136 194
133,098 133,098 000000000000075cab489cfbe8b4557813ec5dd442ef3e0445405e875bf8645e 0.03 MB 62 388
133,097 133,097 00000000000009262c717458552c6cede82ce9034e5c713d558e7019697145d8 0.03 MB 67 737
133,096 133,096 00000000000002d30cb0c32fcd45dd6ca6d06f501c09d57eb143c8c3fca47ab3 0.05 MB 126 415
133,095 133,095 00000000000008e51791018999ce5e2039db1848f46a16ac63597af6869b2076 0.02 MB 34 213
133,094 133,094 000000000000035df9dd841232dfd05df70b9260456f249795c652f9be0c1c1c 0.03 MB 60 461
133,093 133,093 000000000000068b8238bd21a77dd8be77227dcb03eded90a9189adc601a36a4 0.03 MB 83 1,102
133,092 133,092 00000000000003d96e4c5ce172415ffbeee1a443c45df632426aa0c9a560c572 0.02 MB 37 262
133,091 133,091 000000000000009f8130743a4dd19c09efc149bb2e9a17379118421b81f4b1aa 0.04 MB 148 106
133,090 133,090 000000000000047bcfb558ee2b55e5f06bdfb59852f468785da5103436a12389 0.02 MB 41 337
133,089 133,089 0000000000000605eaa699cc67306aa988ceaaaf3f1e7874160b5bbd07fc3b71 0.04 MB 104 389
133,088 133,088 0000000000000be156dd519fd1c25e9b37d33af899b3f74d83d230b860fb5f61 0.00 MB 12 377
133,087 133,087 00000000000003c52f292a4188ee6e8e767c9c281a7bd42c9237b89a47a5e1fb 0.05 MB 123 334
133,086 133,086 000000000000092c421d9543e0a20f1027933cc3dbdca42f1483dcc0ad4c7cba 0.02 MB 71 470
133,085 133,085 000000000000045dc6bdf611d21f2a884cbf3d5bc10220e2ba54ae5f784eb4f6 0.00 MB 6 417
133,084 133,084 000000000000080a1c2829b8cca9242ad463e2c18f083fa3f81972db56d53874 0.02 MB 44 444
133,083 133,083 0000000000000aae8d9f2f2d048f577a2d71885dbd05d8505f951c6ec8bf7fde 0.03 MB 64 124
133,082 133,082 00000000000009f4dc5f24a5630ea424cd4bad2ddd469bead8c972dde6543ba0 0.02 MB 57 858
133,081 133,081 0000000000000aeed4347e5c01cbd00bbf281399589661e2622852875c5bcb8a 0.02 MB 56 616
133,080 133,080 0000000000000094cda483827798483b7868c5fce622b0e2728ca6dea5fae140 0.01 MB 51 197
133,079 133,079 000000000000008cb6758eb22e393652c0f3ae334f688d7b5cd7f420c2fc122d 0.03 MB 61 755
Previous 10 blocks ↓
Total Size: 759.00 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: 772.76 GB sent, 41.81 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.