Memory Pool Memory Pool Refreshing

1,423 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,411 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (791,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,711 116,711 00000000000096591b29c927a5aa165aeeda6ebc756332fde84c4e9a63a6e1ab 0.00 MB 14 866
116,710 116,710 0000000000000fc7d344cfcc814041392350ab5a20db20f329b90f682f57a798 0.01 MB 20 1,571
116,709 116,709 000000000000793f3bc1abca42530b0886788a2a06f2333741cbd3a4f3c5a14f 0.01 MB 23 524
116,708 116,708 00000000000076e03a629563e1e5b33c89f4693af151a25f3a504df8c27b04c1 0.02 MB 14 415
116,707 116,707 00000000000080d9bf2e1235ebeb042b16e6b147d441a465963685e7ea6e5624 0.01 MB 31 1,809
116,706 116,706 000000000000dce227f7d892dd90466ae0af211f15d05a9779228c873bdafe15 0.00 MB 14 812
116,705 116,705 0000000000005e219087faeee86a6a8f2db243c2df851e0f779a5f075bafe669 0.02 MB 39 1,255
116,704 116,704 00000000000046b543a3a9b4070a5e5cf9a6e1988f75240c11226aba34e4f190 0.00 MB 12 1,135
116,703 116,703 0000000000009dec651d0c1c800add74a97c2c22d1ed84ff1707e2943c1f5458 0.01 MB 20 745
116,702 116,702 0000000000000ebea373278f1c4d4d6b85e5addf0ecc7043fc3270d1906afc84 0.00 MB 12 1,082
116,701 116,701 000000000000f016398e7dd02b239467c4478334ee459c79d486e1c878a96293 0.00 MB 8 1,447
116,700 116,700 00000000000014308b79e3613e8a44ce128c7bcea044429ed05d477489f44521 0.00 MB 12 0
116,699 116,699 00000000000056568935fb90ce90dc5a9e632e4efd262268ce129cf3a80c143f 0.01 MB 19 490
116,698 116,698 000000000000c97016981a299fecabf1bbbdda83f80e1bcc3caa310c82bfddc7 0.00 MB 9 0
116,697 116,697 000000000000b9ef99a12e97bd9e9c0ef01b0f498c0c5d6393b5a9213617a3a5 0.01 MB 17 1,834
116,696 116,696 00000000000076cb8f451c61104c5cff2299b6cdec595986fb504be4c23f5918 0.00 MB 8 229
116,695 116,695 0000000000006f0aaf8dc4cb6111e27939028c3d0e72e6fb1a37e173d5e3b177 0.00 MB 5 3,392
116,694 116,694 000000000000bdc79fc7328becbefe40a2521ebe3db356c392d4a7d945b20c77 0.00 MB 8 1,207
116,693 116,693 0000000000001bf946f5a5ff3491a9df8f39e88f91a743581e7e246f62878de0 0.00 MB 1 0
116,692 116,692 0000000000003ed3c6df454d997d8a661c2a358741e68c162b45c39f8b6747ce 0.00 MB 12 677
116,691 116,691 00000000000000876c1aa4de602460b16c9fe237599aa494e5148ba0b0a40e02 0.00 MB 11 723
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.