Memory Pool Memory Pool Refreshing

3,402 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,530 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (850,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,447 58,447 00000000108ab34af578feecdb4d92aa64c9cd8f5931345eba5bd6a15b3429e9 0.00 MB 1 0
58,446 58,446 00000000106e05c79f11d079218fc1d86c88759830306075e66c670834e1ac21 0.00 MB 1 0
58,445 58,445 000000000d87f12c39d166a520c019c9cb2efc843aa1fc10f61aa2d78c80b926 0.00 MB 1 0
58,444 58,444 000000001309ef8baec9279c50921f20d6edf3352b6919e5fef518988f4be081 0.00 MB 1 0
58,443 58,443 000000000187392caaabaef74bb4a06bb9d2793053bb8fa49826e994e6f9dbb7 0.00 MB 1 0
58,442 58,442 000000001212a2d7460be3cf88e2f310d1c40c4df17fc2310f78b9aabcecd79d 0.00 MB 1 0
58,441 58,441 0000000000c83076adf833abeec86f775d690b4213361dc6425591045fc6c959 0.00 MB 1 0
58,440 58,440 0000000003ce4dbafa9c9f1d7dd691b43f15cadab01f6337f9e05611ef27a492 0.00 MB 1 0
58,439 58,439 000000000dc919102d3de83ba57217678759077b5c15cc50931e52e7ee7944b0 0.00 MB 1 0
58,438 58,438 00000000023b9346ef0a6bd8a0732a8c95390f3519123cf572a56fa60ded852b 0.00 MB 1 0
58,437 58,437 000000000a695455dc0b7167360a39dfeedb9ecd4db849ae823382f682fc8def 0.00 MB 1 0
58,436 58,436 0000000003caf945999920f4e90a6b3c8df129a64a26eb7f407e40189230efd7 0.00 MB 1 0
58,435 58,435 00000000134b3279f9f9ab9cde603593693ab0cbf26afe3cf519ad161b6a7922 0.00 MB 1 0
58,434 58,434 0000000014fc66d4805fca646331c8dcb6884b25b5dfa2a3fcc68374a6335e5c 0.00 MB 1 0
58,433 58,433 00000000131e895f8d920056c7f5b421d3d85c39acecc2298aeac34fc31f3a6b 0.00 MB 1 0
58,432 58,432 0000000013ab5529712293f6ccbbef648c147e6bd961ab93890ff9dcb9447cca 0.00 MB 1 0
58,431 58,431 000000000adfab6729702d3bfb970882c7f34b6ff748252da348162b0a666396 0.00 MB 1 0
58,430 58,430 000000000d244e4adf93c98addbd5146a717fce27328689b4047116714ec77de 0.00 MB 1 0
58,429 58,429 000000000506e1dd3b5db26c6b572bd7760c1bc308ba7b7ad697d846746bd59b 0.00 MB 1 0
58,428 58,428 00000000024ef2af49dc847eddd9acd67af204cb1c2bda1bdffedfaae5bf8b4f 0.00 MB 1 0
58,427 58,427 00000000038933b9409bed188ba3a2c15b491625d13923459fc1141fd8ad046f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.