Memory Pool Memory Pool Refreshing

2,441 transactions
14.47 vMB
Show Random Selection Loading Transactions
Max Size: 59/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
908,303 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,127 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,302 (862,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,560 45,560 0000000017af4729ec90d092ea173e5abad3809e03c0a0ca10845009ad1d58cb 0.00 MB 1 0
45,559 45,559 000000000bb64efbadc5c7a759f4610deb24dda11731fedd1d5da67166c13712 0.00 MB 1 0
45,558 45,558 0000000030e3cbc6e6011de3a94faca0c9666dec681c3a03ad19b7fc66af76b1 0.00 MB 1 0
45,557 45,557 00000000048e419c0a688faa8abfc5ee7318e47e7f66204f0f934892ff7e2e87 0.00 MB 1 0
45,556 45,556 000000000151d537fd6c608ab1ea829647d7d09858ad9d35fab60eacb9b9b9f7 0.00 MB 1 0
45,555 45,555 0000000019f8e97100366022687dc8730b41f75e1d6dc9215327bd5dfd0a4ebf 0.00 MB 1 0
45,554 45,554 00000000177b2613e0421617f04a3607b2f77dc4ae24839d4414314a49aa7e5b 0.00 MB 1 0
45,553 45,553 0000000011707f65d0f1d391f87fcbc90f0e81a3a85574866296e0b0695acf08 0.00 MB 1 0
45,552 45,552 0000000006afc8ea20b36049c5c0d5fb676fecd56f6802c611af69aaade3b4dc 0.00 MB 1 0
45,551 45,551 000000001d7ba5ed1c609144397003e1db181a2dbacd1566c5b6ad935d23ca50 0.00 MB 1 0
45,550 45,550 000000001ced7e6a8f3b6c37926f83bcb9b6113f2d70a8db80f36991da2244c9 0.00 MB 1 0
45,549 45,549 000000001043af8d960b8fce90231ec47908d8e2377afdd2e697ffc6dc8a549f 0.00 MB 1 0
45,548 45,548 00000000174c2bba64aeb074eff1e1b17228e41871a07f94c37918ba7a6e1c7c 0.00 MB 1 0
45,547 45,547 00000000285610c7d47cd9a879797d1bed3e4fb505f94645f2fdfc421826e0d5 0.00 MB 1 0
45,546 45,546 00000000007c437db1fd55f68dfc4e1e740a675644d84d515618f88a09f507e4 0.00 MB 1 0
45,545 45,545 00000000194910ab3df811fc0776a068a119787c5745c20f768247f0abf9254f 0.00 MB 1 0
45,544 45,544 0000000014002e9d1cfbb86776ef7ecd6d21a8d0e3c73ac6d07ca71de3032f69 0.00 MB 2 0
45,543 45,543 00000000293a835ceb0d94f88e56cd359063848c94962354c0a37a7380692644 0.00 MB 1 0
45,542 45,542 00000000192bc38f9d99b56cc6c719a655e07735b023388ec68bb604b1432d70 0.00 MB 1 0
45,541 45,541 000000000fa57a4c9dae9002962d59510a369cc66a633076233050f4b2fc7f77 0.00 MB 1 0
45,540 45,540 000000003156ed6c0192456be80f9ca7046e041df78442a5a644eac27bf7390b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.28 GB sent, 98.48 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.