Memory Pool Memory Pool Refreshing

701 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 667 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (905,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,513 3,513 0000000014393b3a8f53853a4fead53cb8fa5d6002532b9ce108cb7afce4f209 0.00 MB 1 0
3,512 3,512 00000000c4ceb5911cdb091e7983ba557078c4c9e2b4babb490fa84988e783c0 0.00 MB 1 0
3,511 3,511 00000000731c945178ae9f7fc84908c9d3d9256b7f44b15aa5ea21e3605c8559 0.00 MB 1 0
3,510 3,510 0000000086c0fc142e9b6714c7db710b24ecf8055704e9adc2624c5cc2f9e4c6 0.00 MB 2 0
3,509 3,509 00000000fbb7174cd1ee4bf683cb581ec582fabd233cac0447a807cacdca0796 0.00 MB 1 0
3,508 3,508 00000000c4c7735e59876521b7a926e46298ead9ebefc5afd4d9a4c834e49218 0.00 MB 1 0
3,507 3,507 00000000414f125d89e439ff1bf0054ddda03749674e936ed0471d8760752994 0.00 MB 1 0
3,506 3,506 00000000d9f84d2d8e93eaae796359993ee51ea98731be922a91be1f192b36fc 0.00 MB 1 0
3,505 3,505 00000000a4adc49cf8b98835b6523c5ef1f27e215077ba9a0fa558c21616d0dc 0.00 MB 1 0
3,504 3,504 00000000e67274b76b18b7cca97c9be3aa3da97da4b2118a069931c07438df14 0.00 MB 1 0
3,503 3,503 000000005953ab66fcade75efe5ace5e81b5b05529eef7933ff8103a0e35e668 0.00 MB 1 0
3,502 3,502 000000002e6b8a9c11c0816f65784ce63000622b9cdbf37af0e9ca4b64ddbf06 0.00 MB 1 0
3,501 3,501 000000007f08fd0d06d1f19d5332accaccaff19e80616346b45f9ad3158e8394 0.00 MB 1 0
3,500 3,500 0000000022d49c5a3b2587f48bf6583afccac824f5b7535949afcff3ae82a44b 0.00 MB 1 0
3,499 3,499 00000000fcef3095a50563a76370837f90b87d0bfc060a8bd4effd23b1de4225 0.00 MB 1 0
3,498 3,498 000000001cc3f1448fd84e923d3630abecad50b19e15f668f79cf70e02b514c4 0.00 MB 1 0
3,497 3,497 000000002d63fdafcee00b7e6e8038c0426c7464a122ae41fe0d58b1d4421e0e 0.00 MB 1 0
3,496 3,496 0000000096ec9536e325f69e7cb1b9fb692a257c7b9d9be027c7af3957399f28 0.00 MB 1 0
3,495 3,495 00000000f4e7ccacfc7aa959e978bc1982359110e4d5ae73bb204e114367ce60 0.00 MB 1 0
3,494 3,494 000000006e2f3439b7b471ca90e8ab179d4a95923fff03ea85600627e59f5ff6 0.00 MB 1 0
3,493 3,493 0000000087ae6350d3e5b5d1b76414a74b545199a8f7296c08434fa0c99ca8c1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.48 GB sent, 100.53 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.