Memory Pool Memory Pool Refreshing

2,078 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,071 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (729,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,713 178,713 00000000000001938c9645dadea77cf1bb59be82f8b25241a1c0c3ec89d0b0ee 0.00 MB 1 0
178,712 178,712 0000000000000aac1d0d7fc802cae643dca291526f8e0601021c64cc0be6009d 0.01 MB 14 80
178,711 178,711 00000000000006d713f8452bfc1a3862d80288542f530b5b442875df7bd00b24 0.01 MB 24 92
178,710 178,710 000000000000076107859947539c1f08e4dc83288bd80b0e123613af4bed9253 0.01 MB 41 66
178,709 178,709 0000000000000a9b93a32b9eea970011cc4ef46fd6ad086f1abcee416b542be5 0.01 MB 38 105
178,708 178,708 00000000000007ddab6c3a23362c7a591aa3728471e09063a3c85c1d70972d25 0.00 MB 11 39
178,707 178,707 00000000000001fb8c3e6ff4e898dbd01469e2cdbe076805aa18a9bff708eecb 0.03 MB 65 1,873
178,706 178,706 00000000000001ad571f4be19cc005ec3c8358459f91871993621a2be7f4d0f3 0.03 MB 104 1
178,705 178,705 000000000000003a5ef694e7342cc3dc6abc2a95abf74754819e13daa03c6359 0.01 MB 27 71
178,704 178,704 000000000000051fbb7da2f037aee4046c0934a2c5423920423bdaca86014b9b 0.06 MB 138 134
178,703 178,703 0000000000000790e48fa1800a77a13fc7534f64ee2d70dfce1eb17533f9070a 0.03 MB 64 185
178,702 178,702 00000000000004a795bab08afd7ed8769d35ee03f7fd9caef4eb855ee3ce15b7 0.04 MB 106 82
178,701 178,701 00000000000004aa8e12044fccbbb49c684cb98501a5c2ed4f1af55df8ced37e 0.02 MB 28 112
178,700 178,700 0000000000000464bb7fb52c50f48c00915e661cdb5ef381e97c6c8c5ae969e9 0.00 MB 12 35
178,699 178,699 000000000000022a23750b414d09de2b15698ff52ff048227799cb19eb5b8452 0.00 MB 10 41
178,698 178,698 000000000000047cad1a287b77d50d2debb90c672932b8b0e550416ebeb63143 0.00 MB 11 43
178,697 178,697 00000000000001d4ab4be1e85bc55da24e96d59a43a4321d302d91eb26de4026 0.01 MB 19 29
178,696 178,696 00000000000000a4127613f050ea208db75983fe62b87fec652e987be7800991 0.01 MB 14 57
178,695 178,695 000000000000011bf636efd48a777e795805cc9395df60d8d3dc1eee3e26d277 0.00 MB 15 30
178,694 178,694 00000000000003ea91c87d2b44f4b0fc67072a8b7283008e3b424b99375586ba 0.06 MB 139 133
178,693 178,693 0000000000000a671477f5a083d02b248d79c35653f408225710934bfc1c9860 0.03 MB 63 136
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.