Memory Pool Memory Pool Refreshing

3,341 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 ago 0.99 vMB 3,339 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (794,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,715 113,715 0000000000001d597c195cf4d8491cb020dc6fa2c473ac45be2aad90977c09d4 0.00 MB 12 328
113,714 113,714 0000000000007979e13f5b08632080930c13c670a2dcfb6a7496cf3b62b71778 0.00 MB 2 3,891
113,713 113,713 000000000000aff8d8cc792da0fdb77bb4deee7f27200d13e7802e1ad8aac60e 0.00 MB 16 0
113,712 113,712 00000000000006a0291ef5066ae3dae5cf14ca3d3e7693d1726ded522f319f34 0.00 MB 9 715
113,711 113,711 0000000000002e432157845347b72e917523d9eff8bc027047c50ba5437b47b2 0.00 MB 7 0
113,710 113,710 00000000000038bb2a5f2658f5b32a3097952bde060e0b0b7043ce30fc74833d 0.01 MB 24 0
113,709 113,709 000000000000d7ca4b8c5c6080f075ed25079cc6a19227f0a7bc44693c521456 0.01 MB 8 231
113,708 113,708 0000000000001093c75a0e51f5881e3639df523ec44959cf0ff725509305fdb5 0.00 MB 9 354
113,707 113,707 00000000000016dc62732f7a169b51d40378c7f32560b90e1cae7170ace28e17 0.00 MB 14 0
113,706 113,706 00000000000056193416c8c6c2968e24285f51ceadd16e3a4f2935ac789e97f7 0.00 MB 11 0
113,705 113,705 00000000000022f64fcb57e43f44d3b2d3b432663481b99cae58b42cee63833a 0.00 MB 1 0
113,704 113,704 0000000000003cd50e83e0a546443220607d2fb07ee0d223a1fdfe33082d54b1 0.00 MB 8 295
113,703 113,703 0000000000009edf916bedda9caa4a932f53b10ee444977f32d3206acc8bd93d 0.00 MB 12 674
113,702 113,702 00000000000085c91c4d38d0d2b7b0a098e26bff4ea2261419d48d174bec7231 0.00 MB 13 337
113,701 113,701 0000000000003023387d50fc07d9981508557de8cc71a5070ded5d9d8809d80b 0.00 MB 17 0
113,700 113,700 000000000000cf24be17ea96f71558543cb5bbb0900a2c29a49dd0981b0ce68f 0.00 MB 10 335
113,699 113,699 000000000000493eb0ceab165c33b66c3514edecfcdc6be6196f9ab726350181 0.00 MB 6 0
113,698 113,698 00000000000044fe61bd9007281ee7dadf592c22692200d190722410ad3a8bc7 0.00 MB 3 1,945
113,697 113,697 000000000000b1d808d083f72896d6d918c9b9cd06b8b5259b625448a911998e 0.04 MB 141 25
113,696 113,696 0000000000009333de0ad7ea322eac38d41fca38419cfbfc85c338a0c7e8b34c 0.00 MB 8 0
113,695 113,695 0000000000002d89ce38a5a4f616bf646cbba789f83d3455f351237849e8e246 0.00 MB 20 208
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.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.