Memory Pool Memory Pool Refreshing

10,245 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,135 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (450,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
457,024 457,024 00000000000000000123950d6016b28f093fc0c05b17e79b152231252858aa1f 1.00 MB 2,372 176
457,023 457,023 00000000000000000190f15c7c61ec059dc371ae897d7f3a9aebb432d0a50fab 0.00 MB 1 0
457,022 457,022 0000000000000000015feddb58a0e802dcd014a681e1e34ed065b28876aa9312 1.00 MB 499 44
457,021 457,021 000000000000000000814829501c8af766eabdb12686da810904f78da9117d36 1.00 MB 277 25
457,020 457,020 00000000000000000205335962bf067e939f32938bd3078005652be302e5f778 1.00 MB 1,871 91
457,019 457,019 0000000000000000013f927a40d3b6e503784c52fd96c1c74e33aa0a8d936d0d 1.00 MB 2,104 156
457,018 457,018 00000000000000000257d93e15f19859537b126100771906dc2d690975f78d2c 1.00 MB 2,103 168
457,017 457,017 00000000000000000017ee409e678c6b341b680410ea2d8d24a32b6973b6d632 1.00 MB 2,035 184
457,016 457,016 00000000000000000103df49752de87e14489037033ff305890f71091c539127 1.00 MB 2,082 204
457,015 457,015 00000000000000000009c1c20eed77fd65dcb3aeff908af39dc9880729a3d584 1.00 MB 1,002 47
457,014 457,014 00000000000000000095a8b1cc629b90db88a1e1103148a82508b1d5d8af9e5f 1.00 MB 1,510 91
457,013 457,013 000000000000000001a57552336aa6b82847bad29a61bef813075934727959b4 1.00 MB 1,919 142
457,012 457,012 0000000000000000002db917e1188c2e210797bb0cb5fb31629660c29a0e0695 1.00 MB 1,401 113
457,011 457,011 000000000000000002540b2c07a13ebdafc9407a8dc0c2a5666c3b7b463d8fa9 1.00 MB 2,509 200
457,010 457,010 00000000000000000137a4a5bd9a034f0affd880d9416e198e57ba29818bdd95 1.00 MB 1,706 114
457,009 457,009 0000000000000000013e149efb03b4e1fe708846c4c01c647fa33de4aa468b36 1.00 MB 1,249 68
457,008 457,008 000000000000000001b71c047bee6f00920976c9433367a49a7b150647232713 1.00 MB 673 17
457,007 457,007 00000000000000000067ff5fe3b9e2807e4f4f85ea6015651beb518f731d344d 1.00 MB 1,021 73
457,006 457,006 00000000000000000207f2c77f0231aa60e4b476dbbba9577c08cf3b0ec1d228 1.00 MB 1,152 80
457,005 457,005 0000000000000000008b1c14220cfb42da7655cb923bb18af678d14d28e93d06 1.00 MB 1,043 67
457,004 457,004 0000000000000000011760f63d10d3030106999b2bf90f6390b3cf7fcb17f295 1.00 MB 1,611 196
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.