Memory Pool Memory Pool Refreshing

10,059 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,294 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (621,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,693 286,693 0000000000000000e2d053f6a1e2bb344d91dd4157be6ec85a9c9069d3597500 0.38 MB 582 29
286,692 286,692 00000000000000012d76a692d1b8a777700b08ef641f48c816e95cc712806a0b 0.03 MB 10 0
286,691 286,691 0000000000000000e607be3c3d391495bb65a770f6675ca8c9a6d4951b0fac64 0.06 MB 59 16
286,690 286,690 00000000000000012d05e02fa00167a3dc80714522c7e07844d6e8f10628c295 0.00 MB 1 0
286,689 286,689 00000000000000011e6d5c7ab5277f394ba39c0d52cb1fa5a66629bdfea349fd 0.24 MB 443 40
286,688 286,688 0000000000000000ed2c040a8689534b592158bffde515c9e47b4b1538d79f1e 0.05 MB 48 26
286,687 286,687 000000000000000141a38eb07f7472158ab893871ffeb3a45824d1f9eff347a4 0.09 MB 96 24
286,686 286,686 00000000000000013eb486c3cda2a4e2b870c307c204a3c7678b3738822dfb2d 0.35 MB 617 24
286,685 286,685 0000000000000000274396bdcb7469f85f4fea50efbe9c538102043826f3723a 0.06 MB 192 122
286,684 286,684 0000000000000000254c7983276fa404058f981c2a3383db383e43bb524c4657 0.19 MB 448 40
286,683 286,683 000000000000000072c556a0aeee38fa59a3cb1eaae8637dd27a3d7a62dda009 0.20 MB 344 32
286,682 286,682 0000000000000000a25b00f452825221b18d2b3e3b740b102bfe5df3dcc6c0bc 0.17 MB 332 32
286,681 286,681 00000000000000010bea00617c5841eafec2b7ea9a6a7326df294bc1ced17568 0.20 MB 345 36
286,680 286,680 0000000000000000556788a9abd4d868863fcef00b5cbe1c5226e95485765216 0.24 MB 549 48
286,679 286,679 0000000000000001238077823f331c13f29f699c05d8b5f9fe974a8d360c5ca2 0.18 MB 435 323
286,678 286,678 000000000000000142c764fe7aa7452e7f79f2e4c25b23ffeb6673034738aeed 0.10 MB 189 31
286,677 286,677 000000000000000077745ac47d66b38eda25c3e05a7ae555ef150a53bf7882ad 0.25 MB 557 75
286,676 286,676 0000000000000000d305e61ff0834f59822b648ec120139642423cb092524b42 0.17 MB 233 34
286,675 286,675 0000000000000000528e648c94b1c17f029f67daeef5727a7bf7a926bad36dc5 0.18 MB 322 30
286,674 286,674 000000000000000006f9bf87869bd4064083b6bf6df12feacbec2fce5dbbfb82 0.17 MB 309 32
286,673 286,673 00000000000000009f994c042be1456b1dd1899783154349270db7424478ba31 0.35 MB 713 34
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.