Memory Pool Memory Pool Refreshing

1,909 transactions
0.59 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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,909 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (898,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,152 10,152 00000000bf03daabc3675655c7c1e412f321b24fe7245ec1ba744fdabe486931 0.00 MB 1 0
10,151 10,151 0000000094c90241ad727705980b25c28aef880500d2c7d258323b956890404e 0.00 MB 1 0
10,150 10,150 0000000019b262899717eb266b59b65c934eb3fac8f7ec1774f7fec2299cb7ea 0.00 MB 1 0
10,149 10,149 00000000280a3ea695f829d784331de4605101a3888ddbe44196c62a4686e3a3 0.00 MB 1 0
10,148 10,148 0000000033577f47264e8dadd0c5e5141a91a2865276e59e48d1fa1f60c5fb5d 0.00 MB 1 0
10,147 10,147 00000000f8c0bc8f072a99cbde609c7b85e5e5a9c1ad24df6763e938b9987c64 0.00 MB 1 0
10,146 10,146 000000005527f35e26af299b32e736b15308fc443809a3ef1fde369280ba261b 0.00 MB 1 0
10,145 10,145 0000000092af18ce613db00f6772ee6248aa258ee5bb7ee60333f2b7a8757e81 0.00 MB 1 0
10,144 10,144 000000002785ecf5f153da7a2a43e61d510c75e18b08b59237f2bd340d54200e 0.00 MB 1 0
10,143 10,143 000000006af920d3210a7ef5464683f6223fa343d2a8348b71958163e0e29602 0.00 MB 1 0
10,142 10,142 00000000e447904c11f6a7060313de889b4d9232fc22b56950b621d3ea5af5a2 0.00 MB 1 0
10,141 10,141 00000000966f6a7203c3a25bc46689458d54d4d678d620a2aa12e4a0ee8e192b 0.00 MB 1 0
10,140 10,140 00000000bb1fd34acdec0d17e5e3295162e35ce2986220a94ae004f8d47b496e 0.00 MB 1 0
10,139 10,139 00000000a5c3fc1e38965ddc3c10dbae9fce88150ad9701c87865e3833117aea 0.00 MB 1 0
10,138 10,138 00000000b0a6e08bfe8c09ef537bba5438d0f177c0b22a0e1869c1dca825bab2 0.00 MB 1 0
10,137 10,137 00000000667f74754708cc242ee87b163b5d849ddefc34111b9c4b4878d1b504 0.00 MB 1 0
10,136 10,136 000000007ccfa827a2eeb3148a1f8d85256884e9d07b56117f8d2dbddecca613 0.00 MB 1 0
10,135 10,135 000000002436259183e34e84401afdbfc758a8f153625950b82fd315797f9dad 0.00 MB 1 0
10,134 10,134 00000000c1bde6e0272030ade9c436d6a6cdaab0c43da6756714aa8fda7b5135 0.00 MB 1 0
10,133 10,133 000000009c4bcd39c898075b6e566d82dd7ef1285a5cd8d91f41d16fc30bda63 0.00 MB 1 0
10,132 10,132 0000000083c2a3c232ec9ded345c15cde40540d611dc69effe714e720d5cbfed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.