Memory Pool Memory Pool Refreshing

8,860 transactions
2.76 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
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,170 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (42,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,533 865,533 0000000000000000000205928461dfc3b43fe38e284395fef401061e4ab5c865 1.65 MB 4,540 16
865,532 865,532 0000000000000000000121888b73beba1b38604d28a2a78f0f0fedb011c965c8 1.53 MB 5,858 23
865,531 865,531 0000000000000000000109b695b60fdaf2a52be774468a4d922703c8e7d378d2 1.47 MB 5,714 28
865,530 865,530 0000000000000000000058aad9c784a70ffc86b684bcb6727affa90ceb4f3de3 1.40 MB 4,732 12
865,529 865,529 000000000000000000013ffec044348dc7a6c74f12bc61df82896deac36f69fa 1.45 MB 6,468 16
865,528 865,528 000000000000000000018d7c28eeba09a07d3932bd4a08ff32ada54369114c42 1.26 MB 2,102 12
865,527 865,527 0000000000000000000126d097cc5639ef8f88571f7fb7cb0f631a0b7d2d8fcb 1.71 MB 4,153 11
865,526 865,526 0000000000000000000159ed282e20b6cbac9be97e8d13168f6d12462f242761 1.58 MB 3,434 17
865,525 865,525 0000000000000000000225edc0302ed86104ad42b0349c7809f8fceaac7f0d8e 1.46 MB 4,636 14
865,524 865,524 0000000000000000000028946a3240f40f9bfca6baedcb5da88e18c4766c84a3 1.62 MB 4,935 15
865,523 865,523 000000000000000000011c00c57afdf041f647050c1580bf58d92bc5953229f2 1.57 MB 4,545 21
865,522 865,522 000000000000000000010270cfb5a6dd4f142715fe80e616bb0b29473870e082 1.53 MB 5,332 21
865,521 865,521 00000000000000000000ddb23e8b79d58170fca8923f75303112437de2c55706 1.56 MB 5,699 19
865,520 865,520 00000000000000000002c5f422f10ef117bf3d6f6eadf30307a007de37d8e5b6 1.52 MB 4,476 25
865,519 865,519 00000000000000000002170f6e0ff5c8508a11753c48c12e73e3fd77634763f6 1.49 MB 4,217 25
865,518 865,518 00000000000000000001f9238195810cfe65ea00ac61fab1a8f9ca333d1df275 1.56 MB 5,470 18
865,517 865,517 00000000000000000002a9cb45b71b8ac7ec20cb1362ff461423d74b0df518ab 1.56 MB 5,107 24
865,516 865,516 00000000000000000002dfdf993cb0ca6e6030db6718689507e42cab19213b71 1.54 MB 3,709 37
865,515 865,515 00000000000000000001a9ca53d18c38cf6f4328ae690896afeb901fd040ff58 1.55 MB 5,788 21
865,514 865,514 00000000000000000002128064d3f4358545e89ede3d9c65873acb37308b29f0 1.52 MB 5,670 29
865,513 865,513 000000000000000000028d23612de3d816323d29b115656fa907042668e60f9a 1.51 MB 5,670 32
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,621.34 GB sent, 92.91 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.