Memory Pool Memory Pool Refreshing

5,406 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,682 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (617,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,611 290,611 000000000000000052a9ca2e5a26042688166b43d4bcb1c88414960824c07d40 0.35 MB 406 19
290,610 290,610 0000000000000000a31dc05c364f267cec75e347c678d942f8577899c8078495 0.07 MB 104 25
290,609 290,609 0000000000000000d582c24d44eba0834316389c2a29706b40dda3067509cee3 0.29 MB 387 29
290,608 290,608 00000000000000009a3a72207216286995639a3f7de8a6903bc03c7c903ae7a8 0.45 MB 938 44
290,607 290,607 000000000000000046bfc34e4977034cae430b993c2dd001d95d69b7c6059799 0.05 MB 58 29
290,606 290,606 000000000000000042d367c1dc9f030f7db191218077898d9d862224488e28c8 0.11 MB 237 21
290,605 290,605 0000000000000000130c56691c8ff2fe821318519df52055733e903014d3f3d9 0.10 MB 137 19
290,604 290,604 0000000000000000d1245a498537683427cf6f520a780e198b5c5b96bd9648b0 0.13 MB 200 28
290,603 290,603 0000000000000000e5f9a10fff04d13b709b7b9cdebb47199fe77d4dd82468a9 0.11 MB 152 22
290,602 290,602 0000000000000000e38dd63b8387eebc6edadf679a1cc4337ef5b3ef5a41b048 0.26 MB 441 22
290,601 290,601 000000000000000078d7dc06074c522c4ad3f012cd6371de6c6500042d5cfc7a 0.35 MB 770 37
290,600 290,600 0000000000000000b642b496e742a6ceecac7f354c3554581418fb80b5f15551 0.20 MB 366 31
290,599 290,599 00000000000000003ec96c7277b7f2a049ff184f75296df84bd98c1719eaf8e0 0.23 MB 618 36
290,598 290,598 00000000000000009ae50dfc859ef0cfb3e37a15f977624bbb339c3082cf45b6 0.34 MB 537 31
290,597 290,597 0000000000000000c9151f20d5119c5cb539022dac15bbd49956c2151e7f9d8b 0.05 MB 18 4
290,596 290,596 000000000000000047b277d089e842fa7e50576b7649004efc9c90b1bf4d8cd6 0.23 MB 454 34
290,595 290,595 0000000000000000117ccb80e7da5d23c28c12ee1f89626ff26cc9dd39659a6f 0.03 MB 128 25
290,594 290,594 00000000000000004c095d587531e0315c5272fb55f238929d1aaf3476d93048 0.05 MB 34 15
290,593 290,593 0000000000000000c69c2dc5faf73eed217a5c8b3a8173950d5043577581b2df 0.10 MB 222 32
290,592 290,592 00000000000000002cef17ab35e8ee8006d75a7d82939cd346b1fe279e3a7673 0.10 MB 200 32
290,591 290,591 0000000000000000119cac5046e9de162c9a492519e1b725d5fe522b89b8e153 0.30 MB 512 25
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.