Memory Pool Memory Pool Refreshing

241 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,745 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 226 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,744 (111,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,876 795,876 0000000000000000000542b14f9826404866661d6402d1592790b56748ad390b 2.14 MB 1,956 14
795,875 795,875 000000000000000000037422376fe373f7dd90b0a791b29ede31aabc3cce941d 1.63 MB 2,865 16
795,874 795,874 0000000000000000000248173c6ffeaa286aa97ac862fb96e8547be15b515e07 1.59 MB 3,134 27
795,873 795,873 000000000000000000020befb9b88fb45033ce62abed6bfa9a188a4a91de7ec8 2.08 MB 3,508 27
795,872 795,872 0000000000000000000442bb12324574dadec4c8b90cdea8cfe1b22f083d08cf 0.00 MB 1 0
795,871 795,871 00000000000000000004901d646d11e08b57f15e5dfa23d0cbf7f63d833dc4ca 1.90 MB 3,764 30
795,870 795,870 000000000000000000002c8e0301efc9a8bade96eb6f13c997fd90a9f10f4df0 1.51 MB 3,764 39
795,869 795,869 00000000000000000000ac03bbe41360234f1482fa556854b08b1ee74c4c5ebe 2.31 MB 1,512 16
795,868 795,868 00000000000000000003079aa4f130a409217a8c208156a6fd69eaf3656314aa 1.56 MB 2,675 22
795,867 795,867 00000000000000000005270e8798a49fdc6ef3fbb0cca8e39621d112f7d4740b 1.51 MB 3,312 35
795,866 795,866 00000000000000000004a7560195142258e148e457e84a85af7b0ba0b2e05a46 1.70 MB 3,664 21
795,865 795,865 00000000000000000001228527d30d735c3809095a6474d879e2ce697797e181 3.84 MB 393 10
795,864 795,864 000000000000000000046a993306248f1566324f8211d6ae3f7bdfae0c32bc7a 3.88 MB 169 10
795,863 795,863 00000000000000000002494567aad441c991513241e68b03846968d87a886228 2.00 MB 3,200 13
795,862 795,862 000000000000000000020d5d7e060b8d688aec1f6daf1899b7f2bd823d485d3b 2.47 MB 2,916 17
795,861 795,861 00000000000000000001fe5609d607fb37160f1a84fd4c1b76ceb21ece653095 1.67 MB 3,245 24
795,860 795,860 00000000000000000004172bddd76d899b4bf6555b8a6c76a51c34db3f271752 1.68 MB 3,432 29
795,859 795,859 0000000000000000000281199d4a14233164d11d859ecd1761dab7c68ad55d3e 2.07 MB 3,931 20
795,858 795,858 000000000000000000017be4402dbc614eeb34292ca542f3440018114dc0a5a4 2.59 MB 2,392 12
795,857 795,857 0000000000000000000375a71ccc0569c279dbb751bdbb70d86d983cd38eea68 2.25 MB 5,749 12
795,856 795,856 000000000000000000025b61c056db3363de662bdd1fc8c87cc7b7b8fbcabaeb 1.92 MB 5,212 14
Previous 10 blocks ↓
Total Size: 769.07 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,627.99 GB sent, 93.21 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.