Memory Pool Memory Pool Refreshing

58 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,604 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,603 (831,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,026 77,026 0000000000487fcd332416b47950a02f0f35218465aec75efe5809394d37830f 0.00 MB 2 3,891
77,025 77,025 00000000001ac79053deeccd0814abd11e6ae503ceafa19a4de153dc236a1e20 0.00 MB 2 0
77,024 77,024 0000000000322cc793a1b30d7fd349b75a19d5f913da3c9910db338263ca51f7 0.00 MB 1 0
77,023 77,023 00000000005f4031e4ec3bc084ad68a5359dbed45dd22dc850d0e5a3cec04b3b 0.00 MB 1 0
77,022 77,022 00000000005c6c95a90ff1f605a6f207a50c653f7a9f8001862f7213ef976fb7 0.00 MB 1 0
77,021 77,021 000000000039c4caf298b8a15dcfb3139a25af3a43a587677926fb90ba9b5b4b 0.00 MB 1 0
77,020 77,020 00000000004a108dbbdfade0932f6e85fa02c0eefc206c08f8d640f1da22a758 0.00 MB 1 0
77,019 77,019 0000000000029fdf34095b034c43a7fa28c9570144c67ddaad425894ae83c492 0.00 MB 2 0
77,018 77,018 000000000033e9b11062fe48a9c79edea9ab4c3bfd5decca71a025f2c7fd5c24 0.00 MB 1 0
77,017 77,017 000000000022de2733683e1003bf732f45ca817aa284215c600eb9fbe9020490 0.00 MB 4 0
77,016 77,016 00000000003c59add076736d9a32d3a43cae24b8e9108c35f8632e3c51f56df7 0.00 MB 1 0
77,015 77,015 000000000017a0712df20315a9bb26c0f3d35a8acc80e56e713aa360db7f3647 0.00 MB 2 0
77,014 77,014 000000000028e1f9c1e50e0e043a4655655b679312bc8bc2b5ed017f32ba29aa 0.00 MB 1 0
77,013 77,013 0000000000025086653c7a003d8457fd5605c941a5d4b565eb90ea451e354367 0.00 MB 1 0
77,012 77,012 00000000001015bfbbe03f1bad61f99d61aab14c63d72008ea0816c760e3abb5 0.00 MB 1 0
77,011 77,011 00000000003c158f7adbf326e559a2d544ceecadff20f62a261162baf3d7f7d9 0.00 MB 1 0
77,010 77,010 000000000005d353e062aaa97eeb0819fc073bee327d8749fd868fc7de249b9b 0.00 MB 1 0
77,009 77,009 00000000000d4caf1a27543f73f72ee1cc6504d7cf5c85b4aaad5cd93c697669 0.00 MB 1 0
77,008 77,008 00000000004909bffce20af77d865665c30d5a93b953bcfd309fffc063613be8 0.00 MB 2 0
77,007 77,007 00000000003e9bb402ec17b98dcc31dbf75a2408313cc345007a4286a9483142 0.00 MB 1 0
77,006 77,006 00000000005a7069676c291b3dd9a00d299866f45313fd4c3e85ec938fe89840 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.55 GB sent, 101.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.