Memory Pool Memory Pool Refreshing

8,963 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,903 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (97,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
810,801 810,801 000000000000000000002342ab3bc3fcca00187eb2e3bb7913dd59c2c4b3b07c 1.46 MB 2,691 22
810,800 810,800 00000000000000000004e5751ce03c1e51d5fe6e65e27c1297dce0d62c4326fe 1.64 MB 2,817 12
810,799 810,799 000000000000000000012aa28e1dc69aac147f380886e7cc32f9f48f4fdf7602 1.54 MB 3,075 20
810,798 810,798 000000000000000000002373d08c32129eb56e4b1320d8ff1782886d4218442f 1.50 MB 2,277 16
810,797 810,797 00000000000000000000fbec84dc3f702a281be8b3e45f0ebb42e363f82c2f83 1.53 MB 2,832 20
810,796 810,796 0000000000000000000127d9d450456707e6e50e49b27df2d4786fd50ea7e519 1.41 MB 2,176 19
810,795 810,795 00000000000000000004a795b9559c4604df23240c94defcac9f6ac6622a382f 1.38 MB 1,610 17
810,794 810,794 00000000000000000000f3426ae122e176d3f36e87f9e4a11d02c61e9ed8d054 1.58 MB 3,120 30
810,793 810,793 00000000000000000002c179d232d0f6749a24b6ff956e8778f9b770f383a258 1.55 MB 3,401 25
810,792 810,792 00000000000000000000bba80f8a3a191d3b2f02f6ab8baab66a97c8cd3914a8 1.56 MB 3,678 30
810,791 810,791 00000000000000000002f961ff97aab03d7f6d8acc5fa94a87dd2b453d7e8b97 1.47 MB 2,680 25
810,790 810,790 000000000000000000010361e167b652d5020c0d5badd7d9ba31c03002fce73a 1.44 MB 2,859 38
810,789 810,789 00000000000000000000fcc3856d26b349acd013324dcf09bbf7a3d2aa370983 1.46 MB 2,441 16
810,788 810,788 00000000000000000004326862721d299b42333c8021ebba4df582260c335194 1.40 MB 2,190 12
810,787 810,787 00000000000000000000d8962bd8ba5b8b82866320f2c0b964df279a30a2adcc 1.70 MB 2,076 16
810,786 810,786 00000000000000000004abe823afb53227bfca49b65d73d806e596d622949456 1.76 MB 2,868 12
810,785 810,785 00000000000000000003598868ea152fe0a64420374e1f8a63fa481be058f9c9 1.66 MB 2,034 13
810,784 810,784 000000000000000000016b34f024bb86d44463e389c76ed7d65ee38fadfb4a2c 1.70 MB 2,453 18
810,783 810,783 0000000000000000000132195665458e0b9ea81a0ad502e07e63050435102319 1.45 MB 2,907 27
810,782 810,782 00000000000000000001a27304651d3a1d0dd57ee9edfdeb4bef0a727be3b453 1.42 MB 2,366 23
810,781 810,781 0000000000000000000004e7e45d86f0e11c93686b49fad3be3de0801495e193 1.66 MB 3,140 22
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.