Memory Pool Memory Pool Refreshing

5,783 transactions
3.14 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,678 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (745,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,070 162,070 0000000000000273f01acced8b79f559c5f28dff3efcdfc5c118891a5ac52b52 0.01 MB 29 307
162,069 162,069 000000000000046be58d7d7044debb639ea9792050dd8f55159f25acc163a930 0.02 MB 57 44
162,068 162,068 00000000000007e6f24869d8e9cfb59ff1977fe161e32cc3009f0b3565059db0 0.02 MB 40 17,328
162,067 162,067 0000000000000337cc07ab8acb8e91e1d116baef6ab6428a95e75d7cfb4702f6 0.00 MB 12 107
162,066 162,066 00000000000001e7ee1f882fd6b4a651954771b878514e599993642babc9dad8 0.00 MB 9 342
162,065 162,065 0000000000000c0c7c92526b9e36f9f3f2d90e02c576b33a9ac42b8e222b8a48 0.05 MB 126 723
162,064 162,064 00000000000006dc08f3537773c9c562ad0d3328efd861c2a438f109072b77a2 0.02 MB 36 44
162,063 162,063 0000000000000981eb9a6226336e727cf4a3fa210543086b972275a17c2e8fc3 0.04 MB 118 67
162,062 162,062 000000000000050860e746f9d29e27191e0b5dc122779cc541c08da4b5c5a849 0.00 MB 5 26
162,061 162,061 0000000000000934c67cd263192ad3029ddc302e1d0fc601f1db5f05577d480e 0.01 MB 14 266
162,060 162,060 0000000000000c79fe229b9138c018a76016de74ca5512c7bdbbb66096a4959e 0.01 MB 18 82
162,059 162,059 0000000000000bcc73604f517323909e95982dd1de7ad13e81c16ffdcfc2489d 0.00 MB 10 70
162,058 162,058 00000000000009b387033723905d4ca96ddfe6accded96bd12078bb0daeaab2d 0.01 MB 24 1,018
162,057 162,057 0000000000000d54b9dd6c389e81b1e0ccc8147540c6939f0657a829e4043006 0.02 MB 48 102
162,056 162,056 00000000000006dc51077ac059b16dee1316968b40eb1818c61209fc211d98ab 0.05 MB 157 57
162,055 162,055 0000000000000a83dba80967d5aa9a9b23085a2150faf14a0167abaf3d74f746 0.00 MB 11 18
162,054 162,054 000000000000051aba49796da4eb5fb077d4f8e2a7f2be146c75d043af64f709 0.03 MB 40 83
162,053 162,053 0000000000000700f3ae51c5e9aaa5ab8d0f21a8c592e6f00c52b72cb247d647 0.04 MB 117 197
162,052 162,052 0000000000000aaf077fb7d4bd37c645edd10a11a5d74a9105892e3f7001188b 0.03 MB 65 285
162,051 162,051 00000000000000de93b2a48f19ee740175cecf50df610dfcafbee9839a814893 0.00 MB 6 27
162,050 162,050 00000000000005d53def67a5b20dead9345b365482dcff29256395e22d4d1636 0.01 MB 13 25
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.