Memory Pool Memory Pool Refreshing

2,789 transactions
1.07 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,885 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,626 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (340,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
567,542 567,542 0000000000000000002c856aef5955c5d87369dc8679ded7ea03f59e659bf027 1.15 MB 2,299 7
567,541 567,541 00000000000000000026c6c05a7880506ab8db7ece27c711b80915ae5a224a62 1.25 MB 2,972 17
567,540 567,540 0000000000000000001f99a2af3d98eb4b7a450e24f7867bdba45f9f9d9a0774 1.28 MB 3,349 19
567,539 567,539 000000000000000000115a0d124cdada514ae1dffb4649788e71666346384581 1.25 MB 2,691 18
567,538 567,538 0000000000000000002dfcbc8aa71897f96fc48b5036a50d430c6862730b8b84 1.22 MB 1,896 12
567,537 567,537 0000000000000000002135e8e17e5e928b20ecab167adf1008314b5c86d0071e 1.28 MB 2,885 16
567,536 567,536 0000000000000000001b31d4134b18147e832decc46dbe58d6fbe7fc8d791b33 1.31 MB 3,090 26
567,535 567,535 0000000000000000000a496a0f1accec79ddc9aa68e9043204663f9e6fc358ef 0.65 MB 1,391 15
567,534 567,534 0000000000000000000156a619149e3e640dab7f1f2b367d616739ef5da1e03b 0.06 MB 190 21
567,533 567,533 0000000000000000001070192a64a6cff614fd4fd72fa1d4a2e090c3d0b80408 0.44 MB 994 16
567,532 567,532 00000000000000000010fb98997ed0481b93016ec03b12ff88a2739b5301c4fd 0.47 MB 952 15
567,531 567,531 0000000000000000000c6a018d705a92afa7696c73449c55ed707544dd727b0a 0.69 MB 1,286 7
567,530 567,530 0000000000000000000c533f74e975f8dd21baa1d1299827735483f5a7586611 1.27 MB 3,118 16
567,529 567,529 000000000000000000267307a75fd3775bacdac06311d3549fb9695001cece57 1.34 MB 2,404 28
567,528 567,528 0000000000000000001399fad359fadf9f782bf9486864ff48cee40a584b592b 0.50 MB 753 15
567,527 567,527 0000000000000000002b8e3656265cab225b74a9b3864e654f3e3a5cc56515d5 0.16 MB 254 12
567,526 567,526 0000000000000000001adc5b1711e1c87a632a061f3e27aa32297a0d18355601 0.34 MB 819 18
567,525 567,525 0000000000000000000dfc3a484a1c583cb3ffcec7e7562a6d1f084c731a153a 0.03 MB 78 16
567,524 567,524 0000000000000000000235c88e6fae5d4928074b65995b2df44f9437629a8a57 0.87 MB 1,813 16
567,523 567,523 0000000000000000001e2836be93afca87820470ef07b778483ad9e8d023eeb7 0.70 MB 1,415 19
567,522 567,522 000000000000000000006bef550c4022d9775d10bc7b4ef1e682b10743094adc 0.38 MB 751 16
Previous 10 blocks ↓
Total Size: 769.32 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,643.14 GB sent, 94.59 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.